summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoadCombine/load-combine-negativegep.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LoadCombine] Combine Loads formed from GEPS with negative indexesDavid Majnemer2016-06-191-0/+19
Change the underlying offset and comparisons to use int64_t instead of uint64_t. Patch by River Riddle! Differential Revision: http://reviews.llvm.org/D21499 llvm-svn: 273105
OpenPOWER on IntegriCloud