[PATCH] D76078: [AArch64][SVE] Add a pass for SVE intrinsic optimisations
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 20 09:11:07 PDT 2020
kmclaughlin updated this revision to Diff 251643.
kmclaughlin marked 13 inline comments as done.
kmclaughlin added a comment.
- Changed this from a function pass to a module pass & now check if any of the relevant SVE intrinsics are declared first before iterating over functions
- Added more checks on expected output in the tests
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76078/new/
https://reviews.llvm.org/D76078
Files:
llvm/lib/Target/AArch64/AArch64.h
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
llvm/lib/Target/AArch64/CMakeLists.txt
llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
llvm/test/CodeGen/AArch64/O3-pipeline.ll
llvm/test/CodeGen/AArch64/sve-intrinsic-opts-ptest.ll
llvm/test/CodeGen/AArch64/sve-intrinsic-opts-reinterpret.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76078.251643.patch
Type: text/x-patch
Size: 25304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200320/5ec64d6b/attachment.bin>
More information about the llvm-commits
mailing list