[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)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Dec 9 04:42:58 PST 2025
Bhuvan1527 wrote:
Hi @gysit / @Men-cotton
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.
Thank you.
https://github.com/llvm/llvm-project/pull/171107
More information about the Mlir-commits
mailing list