summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/out-of-bounds-indexes.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+41
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-41/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* Reintroduce r320049, r320014 and r319894.Igor Laevsky2017-12-131-0/+8
| | | | | | OpenGL issues should be fixed by now. llvm-svn: 320568
* Revert r320049, r320014 and r319894Igor Laevsky2017-12-121-8/+0
| | | | | | | They were causing failures of the piglit OpenGL tests with AMD GPUs using the Mesa radeonsi driver. llvm-svn: 320466
* [InstCombine] Don't crash on out of bounds index in the insertelementIgor Laevsky2017-12-071-0/+8
| | | | | | Differential Revision: https://reviews.llvm.org/D40390 llvm-svn: 320049
* [InstCombine] Don't crash on out of bounds shiftsIgor Laevsky2017-12-051-0/+33
Differential Revision: https://reviews.llvm.org/D40649 llvm-svn: 319761
OpenPOWER on IntegriCloud