[llvm] [VPlan][LV] Fix invalid truncation in VPScalarIVStepsRecipe (PR #137832)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 10:15:41 PDT 2025


================
@@ -0,0 +1,31 @@
+; RUN: opt -passes=loop-vectorize -disable-output -S < %s
+; REQUIRES: asserts
----------------
fhahn wrote:

Please update the test to check the output as @lukel97 suggested, we should check we get the expected result. You then can also remove `REQUIRES: asserts`

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


More information about the llvm-commits mailing list