[llvm] [RISC-V] Limit vscale interleaving to addrspace 0. (PR #91573)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 06:59:18 PDT 2024
================
@@ -21048,6 +21048,11 @@ bool RISCVTargetLowering::isLegalInterleavedAccessType(
return false;
ContainerVT = getContainerForFixedLengthVector(VT.getSimpleVT());
+ } else {
----------------
topperc wrote:
Doesn't this apply to fixed vector types too? Don't we eventually convert the fixed vectors to scalable vectors using the same intrinsics?
https://github.com/llvm/llvm-project/pull/91573
More information about the llvm-commits
mailing list