[llvm] [AArch64][CodeGen] Fix crash when fptrunc returns fp16 with +nofp attr (PR #81724)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 00:13:06 PST 2024
================
@@ -1880,6 +1882,7 @@ void AArch64TargetLowering::addTypeForFixedLengthSVE(MVT VT,
}
// Lower fixed length vector operations to scalable equivalents.
+ setOperationAction(ISD::ANY_EXTEND, MVT::f32, Legal);
----------------
davemgreen wrote:
Is this needed any more?
https://github.com/llvm/llvm-project/pull/81724
More information about the llvm-commits
mailing list