[PATCH] D105130: [RISCV] Enable interleaved access vectorization
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 27 19:03:14 PDT 2021
craig.topper added a comment.
In D105130#2902226 <https://reviews.llvm.org/D105130#2902226>, @luke957 wrote:
> In D105130#2847617 <https://reviews.llvm.org/D105130#2847617>, @craig.topper wrote:
>
>> Please upload patches with full context using -U999999 has documented here https://releases.llvm.org/11.0.0/docs/Phabricator.html#requesting-a-review-via-the-web-interface
>>
>> Do you plan to map these to segment load/store instructions in the future?
>
> Yeah, segment load/store instructions are naturally suitable for mapping these. Do we need to create a new RISCVISD?
I believe we need to run the InterleavedAccessPass and and and implement TargetLowering::LowerInterleavedLoad/Store to create IR intrinsics. That's how it is done on ARM for their vldX and vstX intstructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105130/new/
https://reviews.llvm.org/D105130
More information about the llvm-commits
mailing list