[llvm] [AArch64] Remove all instances of the 'hasSVEorSME' interfaces. (PR #96543)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 02:27:15 PDT 2024


================
@@ -16235,14 +16238,11 @@ bool AArch64TargetLowering::isLegalInterleavedAccessType(
   UseScalable = false;
 
   if (!VecTy->isScalableTy() && !Subtarget->isNeonAvailable() &&
----------------
paulwalker-arm wrote:

Since you're refactoring this block do you mind changing the `!isScalableTy` to be `isFixedLengthVector`?

https://github.com/llvm/llvm-project/pull/96543


More information about the llvm-commits mailing list