[llvm] [VPlan] Add VPlan-dump-based test for predication (PR #180794)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 11 00:58:24 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
----------------
lukel97 wrote:
I think this will need moved to vplan folder after https://github.com/llvm/llvm-project/pull/180611, or needs REQUIRES: asserts
https://github.com/llvm/llvm-project/pull/180794
More information about the llvm-commits
mailing list