[PATCH] D99569: [LoopVectorize] Fix bug where predicated loads/stores were dropped
Joe Ellis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 02:26:18 PDT 2021
joechrisellis updated this revision to Diff 338779.
joechrisellis added a comment.
Address review comments.
- @fhahn:
- make VF parameter to `isPredicatedInst` required.
- simplify IR 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.338779.patch
Type: text/x-patch
Size: 5535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210420/83cfa0d4/attachment.bin>
More information about the llvm-commits
mailing list