[Mlir-commits] [mlir] [mlir] Add `arith-int-range-narrowing` pass (PR #112404)

Jakub Kuderski llvmlistbot at llvm.org
Wed Oct 16 09:41:07 PDT 2024


================
@@ -208,6 +439,32 @@ struct IntRangeOptimizationsPass
       signalPassFailure();
   }
 };
+
+struct IntRangeNarrowingPass
+    : public arith::impl::ArithIntRangeNarrowingBase<IntRangeNarrowingPass> {
----------------
kuhar wrote:

```suggestion
    : arith::impl::ArithIntRangeNarrowingBase<IntRangeNarrowingPass> {
```

https://github.com/llvm/llvm-project/pull/112404


More information about the Mlir-commits mailing list