[PATCH] D141068: [AArch64][SME]: Make 'Expand' the default action for all Ops.
hassnaaHamdi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 04:07:53 PST 2023
hassnaa-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:4329
- if (useSVEForFixedLengthVectorVT(OpVT))
+ if (useSVEForFixedLengthVectorVT(OpVT,
+ Subtarget->forceStreamingCompatibleSVE()))
----------------
sdesmalen wrote:
> Can you split out this change, along with marking BITCAST as custom, into a separate patch?
Removing BITCAST from this patch will cause a crash to some testing files, is that okay ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141068/new/
https://reviews.llvm.org/D141068
More information about the llvm-commits
mailing list