[llvm] [AArch64][GlobalISel] Add codegen for simd fpcvt intrinsics (PR #157680)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 03:13:12 PDT 2025


================
@@ -7949,6 +7950,21 @@ multiclass SIMDFPTwoScalar<bit U, bit S, bits<5> opc, string asm> {
   }
 }
 
+let mayRaiseFPException = 1, Uses = [FPCR] in
+multiclass SIMDFPTwoScalarFCVT<bit U, bit S, bits<5> opc, string asm,
----------------
Lukacma wrote:

That will disable all instructions which use that class in FastISel. But if that is fine I can do that.

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


More information about the llvm-commits mailing list