[llvm] [NFC][VPlan][Tests] Some CHECKs cleanup (PR #211425)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 08:12:13 PDT 2026


================
@@ -0,0 +1,479 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; RUN: opt -passes=loop-vectorize -force-vector-width=1 -force-vector-interleave=2 -S %s | FileCheck %s
+; Keep in sync with VPlan-version of the test:
+; RUN: llvm-diff %s %S/VPlan/interleave-and-scalarize-only.ll 2>&1 | count 0
----------------
fhahn wrote:

not sure about that, I don't think we necessarily need to keep them in sync. either could be extended as needed

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


More information about the llvm-commits mailing list