================
@@ -208,6 +439,32 @@ struct IntRangeOptimizationsPass
signalPassFailure();
}
};
+
+struct IntRangeNarrowingPass
----------------
kuhar wrote:
```suggestion
struct IntRangeNarrowingPass final
```
https://github.com/llvm/llvm-project/pull/112404