[clang] [llvm] [AArch64] Implement NEON vamin/vamax intrinsics (PR #99041)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 26 08:13:34 PDT 2024
================
@@ -5985,6 +5985,26 @@ multiclass SIMDThreeSameVectorFP<bit U, bit S, bits<3> opc,
[(set (v2f64 V128:$Rd), (OpNode (v2f64 V128:$Rn), (v2f64 V128:$Rm)))]>;
}
+let mayRaiseFPException = 1, Uses = [FPCR] in
+multiclass SIMDThreeVectorFP<bit U, bit S, bits<3> opc,
----------------
momchil-velikov wrote:
Removed.
https://github.com/llvm/llvm-project/pull/99041
More information about the llvm-commits
mailing list