================
@@ -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:
right, so it's dead code?
https://github.com/llvm/llvm-project/pull/185857