aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/load-cmp.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-219/+128
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+3
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-301-1/+17
* Revert non-test parts of r188507Matt Arsenault2013-08-191-1/+65
* Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPsMatt Arsenault2013-08-151-42/+212
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-10/+10
* Reorders two transforms that collide with each otherDavid Majnemer2013-04-141-2/+2
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-221-0/+12
* make these less sensitive to temporary naming.Chris Lattner2010-03-051-4/+4
* Truncate GEP indexes larger than the pointer size down to pointer sizeChris Lattner2010-01-041-9/+9
* generalize the previous transformation to handle indexing intoChris Lattner2010-01-031-0/+18
* teach instcombine to optimize idioms like A[i]&42 == 0. ThisChris Lattner2010-01-021-0/+12
* Teach the table lookup optimization to generate range comparesChris Lattner2010-01-021-3/+26
* Generalize the previous xform to handle cases where exactlyChris Lattner2010-01-021-0/+12
* enhance the compare/load/index optimization to work on *any* loadChris Lattner2010-01-021-0/+11
* enhance the previous optimization to work with fcmp in additionChris Lattner2010-01-021-0/+11
* Teach instcombine to fold compares of loads from constantChris Lattner2010-01-021-0/+25