[PATCH] D146218: [AArch64][CodeGen] Lower (de)interleave2 intrinsics to ld2/st2
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 01:57:38 PDT 2023
huntergr updated this revision to Diff 529536.
huntergr added a comment.
Made recommended changes to the lowering code.
Split the test file into scalable and fixed test files, added a RUN line to the fixed test file that uses -force-streaming-compatible-sve in order to test fixed SVE. The actual transformation doesn't occur yet but we have coverage now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146218/new/
https://reviews.llvm.org/D146218
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/InterleavedAccessPass.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/test/Transforms/InterleavedAccess/AArch64/fixed-deinterleave-intrinsics.ll
llvm/test/Transforms/InterleavedAccess/AArch64/scalable-deinterleave-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146218.529536.patch
Type: text/x-patch
Size: 62079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230608/e7d5d0aa/attachment.bin>
More information about the llvm-commits
mailing list