[Mlir-commits] [mlir] [mlir][ToLLVM] Fix the index bitwidth handling for the dynamic case of `convert-to-llvm` (PR #156557)

Markus Böck llvmlistbot at llvm.org
Wed Sep 3 05:19:28 PDT 2025


zero9178 wrote:

> This fix doesn't work for the static case as the TypeConverter is created at pass initialization, which doesn't know on which op is being run on, so it's not possible to get the DataLayout to configure the converter.

Is it necessary in the static case for it be performed at pass initialization though? 

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


More information about the Mlir-commits mailing list