[PATCH] D94230: [AArch64][SVE] Add SVE IR pass to coalesce ptrue instrinsic calls
Joe Ellis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 09:02:33 PST 2021
joechrisellis updated this revision to Diff 316113.
joechrisellis marked 2 inline comments as done.
joechrisellis added a comment.
Address @peterwaller-arm's comments.
- Rename pass to aarch64-sve-coalesce-ptrue-intrinsics to make it clear that this deals specifically with ptrue intrinsics.
- Added more detail into header comment.
- Clarifications in both the pass and tests.
- Removed unnecessary dominator tree code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94230/new/
https://reviews.llvm.org/D94230
Files:
llvm/lib/Target/AArch64/AArch64.h
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
llvm/lib/Target/AArch64/CMakeLists.txt
llvm/lib/Target/AArch64/SVECoalescePTrueIntrinsics.cpp
llvm/test/CodeGen/AArch64/O3-pipeline.ll
llvm/test/CodeGen/AArch64/sve-coalesce-ptrue-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94230.316113.patch
Type: text/x-patch
Size: 23527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210112/af6301c7/attachment.bin>
More information about the llvm-commits
mailing list