[Mlir-commits] [mlir] [MLIR][LLVMIR] Fix LLVM IR import of ZeroInitializers to constant zero (PR #171107)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Dec 9 16:46:25 PST 2025


Bhuvan1527 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?

Thank you @gysit . Yep that was causing it. 

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


More information about the Mlir-commits mailing list