[llvm] [VPlan] Materialize vector trip count using VPInstructions. (PR #151925)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 7 03:09:02 PDT 2025
================
@@ -7,7 +7,6 @@
; In this example, `<vscale x 4 x float> @llvm.minimumnum` has an invalid cost,
; and hence should not be produced by LoopVectorize.
-; CHECK: LV: Found an estimated cost of Invalid for VF vscale x 4 For instruction: %res = tail call float @llvm.minimumnum.f32(float %arg, float 0.000000e+00)
----------------
fhahn wrote:
The check here wasn't really relevant (it checks the legacy cost model). The issue has been fixed by https://github.com/llvm/llvm-project/pull/151940, the debug checks are now gone.
https://github.com/llvm/llvm-project/pull/151925
More information about the llvm-commits
mailing list