Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Merged two test files and regenerated checks using ↵ | Andrea Di Biagio | 2016-09-14 | 1 | -20/+0 |
| | | | | | | update_test_checks.py. NFC. llvm-svn: 281478 | ||||
* | Teach InstCombine to canonicalize [SU]div+[AL]shl patterns. | Nadav Rotem | 2012-08-28 | 1 | -2/+2 |
| | | | | | | | | | | For example: %1 = lshr i32 %x, 2 %2 = udiv i32 %1, 100 rdar://12182093 llvm-svn: 162743 | ||||
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81257 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Chris prefers icmp/select over udiv! | Nick Lewycky | 2008-11-27 | 1 | -7/+2 |
| | | | | llvm-svn: 60187 | ||||
* | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman | 2008-05-02 | 1 | -0/+25 |
llvm-svn: 50591 |