[llvm] [AArch64][CodeGen] Fix crash when fptrunc returns fp16 with +nofp attr (PR #81724)

Nashe Mncube via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 03:57:12 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);
----------------
nasherm wrote:

No, will remove

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


More information about the llvm-commits mailing list