summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/load-cmp.ll
Commit message (Expand)AuthorAge
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-30
* Revert non-test parts of r188507Matt Arsenault2013-08-19
* Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPsMatt Arsenault2013-08-15
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Reorders two transforms that collide with each otherDavid Majnemer2013-04-14
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* make these less sensitive to temporary naming.Chris Lattner2010-03-05
* Truncate GEP indexes larger than the pointer size down to pointer sizeChris Lattner2010-01-04
* generalize the previous transformation to handle indexing intoChris Lattner2010-01-03
* teach instcombine to optimize idioms like A[i]&42 == 0. ThisChris Lattner2010-01-02
* Teach the table lookup optimization to generate range comparesChris Lattner2010-01-02
* Generalize the previous xform to handle cases where exactlyChris Lattner2010-01-02
* enhance the compare/load/index optimization to work on *any* loadChris Lattner2010-01-02
* enhance the previous optimization to work with fcmp in additionChris Lattner2010-01-02
* Teach instcombine to fold compares of loads from constantChris Lattner2010-01-02