[Mlir-commits] [mlir] [mlir][ToLLVM] Fix the index bitwidth handling for the dynamic case of `convert-to-llvm` (PR #156557)
Fabian Mora
llvmlistbot at llvm.org
Wed Sep 3 05:35:13 PDT 2025
fabianmcg wrote:
> Is it necessary in the static case for it be performed at pass initialization though?
It was a performance constraint, that's also why the dynamic version was introduced. However, if I recall correctly @joker-eph we discussed the possibility to remove the static version, wight?
https://github.com/llvm/llvm-project/pull/156557
More information about the Mlir-commits
mailing list