Skip to content

Commit

Permalink
[Loop Vectorizer] Support predication of div/rem
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aniragil committed Aug 24, 2016
1 parent 6392b8d commit 550148b
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 100 deletions.

0 comments on commit 550148b

Please sign in to comment.