[llvm] AArch64: Add FMINNUM_IEEE and FMAXNUM_IEEE support (PR #107855)
YunQiang Su via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 07:22:02 PDT 2024
================
@@ -1345,18 +1350,30 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
}
// AArch64 has implementations of a lot of rounding-like FP operations.
+ // And the same for FMAXNUM_IEEE and FMINNUM_IEEE.
----------------
wzssyqa wrote:
OK. Let's remove them.
https://github.com/llvm/llvm-project/pull/107855
More information about the llvm-commits
mailing list