[Mlir-commits] [mlir] [mlir][LowerToLLVM] Pass DataLayoutAnalysis to LowerToLLVMOptions in `ArithToLLVM`, `ControlFlowToLLVM`, and `VectorToLLVM` passes (PR #206380)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Aug 4 07:38:43 PDT 2026


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

----------------
banach-space wrote:

This comment isn't fully correct, is it?

>   // Use the module's data layout so that the index bitwidth is derived from the
>  // target

The presence of a data layout means the bitwidth is taken from the ... data layout. There's no guarantee that the data layout is based on some target info.

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


More information about the Mlir-commits mailing list