[llvm] [VPlan][LV] Fix invalid truncation in VPScalarIVStepsRecipe (PR #137832)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 09:49:39 PDT 2025
================
@@ -0,0 +1,31 @@
+; RUN: opt -passes=loop-vectorize -S < %s > /dev/null
----------------
lukel97 wrote:
Instead of piping to /dev/null you can pass `-disable-output`. But it's probably still useful to include the output by running this with ./llvm/utils/update_test_checks.py
https://github.com/llvm/llvm-project/pull/137832
More information about the llvm-commits
mailing list