[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
----------------
kuhar wrote:

```suggestion
struct IntRangeNarrowingPass final
```

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


More information about the Mlir-commits mailing list