[llvm] [LV] Vectorize maxnum/minnum w/o fast-math flags. (PR #148239)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 02:33:33 PDT 2025


================
@@ -84,6 +84,7 @@ Type *VPTypeAnalysis::inferScalarTypeForRecipe(const VPInstruction *R) {
     return ResTy;
   }
   case Instruction::ICmp:
+  case Instruction::FCmp:
----------------
fhahn wrote:

Yep, only this patch introduces FCmp VPInstructions, so only tested now.

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


More information about the llvm-commits mailing list