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

Jakub Kuderski llvmlistbot at llvm.org
Tue Oct 15 10:03:50 PDT 2024


https://github.com/kuhar requested changes to this pull request.

> We already have the arith-int-narrowing pass, but it mostly only doing local analysis, while IntegerRangeAnalysis analyses entire program. They ideally should be unified, but it's a task for the future.

AFAIK, `arith-int-narrowing` doesn't have any use(r)s and could be dropped. I think it would be better to replace it with the new implementation in this PR.

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


More information about the Mlir-commits mailing list