[PATCH] D87227: [SVE] Fix isLoadInvariantInLoop for scalable vectors
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 03:13:18 PDT 2020
david-arm updated this revision to Diff 290920.
david-arm marked 5 inline comments as done.
david-arm edited the summary of this revision.
david-arm added a comment.
Herald added a subscriber: jfb.
- Added more test cases that fail without my patch and pass with.
- Removed the assert in isLoadInvariantInLoop.
- Added Verifier checks for invariant.start intrinsic parameter.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87227/new/
https://reviews.llvm.org/D87227
Files:
llvm/lib/IR/Verifier.cpp
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/test/Transforms/LICM/AArch64/lit.local.cfg
llvm/test/Transforms/LICM/AArch64/sve-load-hoist.ll
llvm/test/Transforms/LICM/hoisting.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87227.290920.patch
Type: text/x-patch
Size: 7469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/b5627374/attachment.bin>
More information about the llvm-commits
mailing list