[Mlir-commits] [mlir] [MLIR][LLVMIR] Fixing how ZeroInitializers are converted to undef instead of constant zero type when importing from LLVMIR to llvm.mlir (PR #171107)

Tobias Gysi llvmlistbot at llvm.org
Tue Dec 9 05:00:56 PST 2025


gysit wrote:

> 1 check is failing. It is saying that undef is deprecated or something. Can you please help me fix this issue?
I looked, among the changes I've incorporated in commits, I didn't write any check for undef. Infact I've replaced undef with zero op.

I believe the CI check probably sees the llvm.mlir.undef in the comments you added? 




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


More information about the Mlir-commits mailing list