[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:45 PST 2026
================
@@ -374,6 +374,11 @@ cl::opt<bool> llvm::VPlanPrintAfterAll(
cl::list<std::string> llvm::VPlanPrintAfterPasses(
"vplan-print-after", cl::Hidden,
cl::desc("Print VPlans after specified VPlan transformations (regexp)."));
+
+cl::opt<bool> llvm::VPlanPrintLimitToVectorRegion(
+ "vplan-print-limit-to-vector-region", cl::init(false), cl::Hidden,
----------------
eas wrote:
Done
https://github.com/llvm/llvm-project/pull/180794
More information about the llvm-commits
mailing list