[llvm] [AArch64][GlobalISel] Add codegen for simd fpcvt intrinsics (PR #157680)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 00:40:52 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,
----------------
davemgreen wrote:
I think you can fold this into SIMDFPTwoScalar providing they pass null_frag.
https://github.com/llvm/llvm-project/pull/157680
More information about the llvm-commits
mailing list