[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 06:26:17 PDT 2024


================
@@ -10229,6 +10249,28 @@ SDValue AArch64TargetLowering::LowerFCOPYSIGN(SDValue Op,
   return BitCast(VT, BSP, DAG);
 }
 
+SDValue
+AArch64TargetLowering::LowerFMINIMUMNUM_FMAXIMUMNUM(SDValue Op,
----------------
wzssyqa wrote:

It's due to the limitation of  `narrowInsertExtractVectorBinOp`.

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


More information about the llvm-commits mailing list