summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert r335513: [SCEVExp] Advance found insertion pointFlorian Hahn2018-06-251-61/+0
| | | | llvm-svn: 335522
* Force vector width for scev-expander-debug.ll testFlorian Hahn2018-06-251-1/+1
| | | | llvm-svn: 335520
* [SCEVExp] Advance found insertion point until we find a non-dbg instruction.Florian Hahn2018-06-251-0/+61
This avoids creating unnecessary casts if the IP used to be a dbg info intrinsic. Fixes PR37727. Reviewers: vsk, aprantl, sanjoy, efriedma Reviewed By: vsk, efriedma Differential Revision: https://reviews.llvm.org/D47874 llvm-svn: 335513
OpenPOWER on IntegriCloud