[PATCH] D99569: [LoopVectorize] Fix bug where predicated loads/stores were dropped

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 31 06:35:19 PDT 2021


joechrisellis updated this revision to Diff 334428.
joechrisellis marked an inline comment as done.
joechrisellis added a comment.

Improve test and address review comments.

- @peterwaller-arm: add `REQUIRES: asserts` line to new test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99569/new/

https://reviews.llvm.org/D99569

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/scalarize-store-with-predication.ll
  llvm/test/Transforms/LoopVectorize/X86/x86-predication.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99569.334428.patch
Type: text/x-patch
Size: 5365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210331/71c240e7/attachment.bin>


More information about the llvm-commits mailing list