[Mlir-commits] [mlir] [mlir] Fix GCC compilation warning in TuneExtensionOps.cpp (PR #168850)

Mehdi Amini llvmlistbot at llvm.org
Thu Nov 20 03:01:33 PST 2025


================

----------------
joker-eph wrote:

The `getSExtValue` returns a `int64_t` makes it look like we're interpreting it as a signed integer here, should we instead change `selectedRegionIdx` to `int64_t`?

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


More information about the Mlir-commits mailing list