[Mlir-commits] [mlir] [mlir][dataflow] IntRange: Bump int-range-analysis widening budget. (PR #197159)

Aiden Grossman llvmlistbot at llvm.org
Tue May 12 06:10:18 PDT 2026


https://github.com/boomanaiden154 commented:

We were able to resolve the triton regressions by changing the line in https://github.com/triton-lang/triton/blob/36394d4c65a44eec9371012e2d3133107971eae3/third_party/amd/lib/Analysis/RangeAnalysis.cpp#L775

to `changed = argLat->join(operLat.getValue());`.

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


More information about the Mlir-commits mailing list