[PATCH] D22918: [Loop Vectorizer] Support predication of div/rem

Gil Rapaport via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 08:06:26 PDT 2016


gilr updated this revision to Diff 66949.
gilr added a comment.

- Merged with prequel patch r277595 (https://reviews.llvm.org/D23013).
- Changed named registers in new lit test to uppercase.
- Documented predication logic
- Removed unnecessary Twine ctor calls.


https://reviews.llvm.org/D22918

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/if-pred-non-void.ll
  test/Transforms/LoopVectorize/if-pred-not-when-safe.ll
  test/Transforms/LoopVectorize/if-pred-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22918.66949.patch
Type: text/x-patch
Size: 29889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/a0bd21b4/attachment-0001.bin>


More information about the llvm-commits mailing list