summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/if-pred-not-when-safe.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Loop Vectorizer] Support predication of div/remGil Rapaport2016-08-241-0/+90
div/rem instructions in basic blocks that require predication currently prevent vectorization. This patch extends the existing mechanism for predicating stores to handle other instructions and leverages it to predicate divs and rems. Differential Revision: https://reviews.llvm.org/D22918 llvm-svn: 279620
OpenPOWER on IntegriCloud