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

Federico Bruzzone llvmlistbot at llvm.org
Wed Aug 5 03:07:45 PDT 2026


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

----------------
FedericoBruzzone wrote:

Because the other two RUN lines in this file use `convert-to-llvm`, whose default implementation builds its `LLVMTypeConverter` in `initialize()` without a data layout, so it always lowers index to i64. With a single `CHECK` prefix these cases would fail on those RUN lines. I've added a comment in the test spelling this out.

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


More information about the Mlir-commits mailing list