summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/udiv-simplify-bug-1.ll
Commit message (Collapse)AuthorAgeFilesLines
* [InstCombine] Merged two test files and regenerated checks using ↵Andrea Di Biagio2016-09-141-20/+0
| | | | | | update_test_checks.py. NFC. llvm-svn: 281478
* Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.Nadav Rotem2012-08-281-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 Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Chris prefers icmp/select over udiv!Nick Lewycky2008-11-271-7/+2
| | | | llvm-svn: 60187
* Fix a mistake in the computation of leading zeros for udiv.Dan Gohman2008-05-021-0/+25
llvm-svn: 50591
OpenPOWER on IntegriCloud