[llvm] [VPlan] Add VPlan-dump-based test for predication (PR #180794)
Andrei Elovikov via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 11 08:36:19 PST 2026
================
@@ -0,0 +1,389 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -disable-output < %s -p loop-vectorize -vplan-print-after=introduceMasksAndLinearize -vplan-print-limit-to-vector-region 2>&1 | FileCheck %s
----------------
eas wrote:
#180611 has gotten a few LGTMs and we'll probably be merged before this, so I'm just moving the test under `VPlan/` here, thanks.
https://github.com/llvm/llvm-project/pull/180794
More information about the llvm-commits
mailing list