[llvm] [VPlan] Handle FindLast in VPIRFlags::printFlags (PR #185857)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 04:07:19 PDT 2026
================
@@ -2248,6 +2248,12 @@ void VPIRFlags::printFlags(raw_ostream &O) const {
case RecurKind::AnyOf:
O << "any-of";
break;
+ case RecurKind::FindIV:
+ O << "find-iv";
----------------
fhahn wrote:
can you also add a test that checks find-iv?
https://github.com/llvm/llvm-project/pull/185857
More information about the llvm-commits
mailing list