llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
308 stars 84 forks source link

[CIR][CodeGen] Get rid of ZeroInitConstOp #646

Closed ivanmurashko closed 1 month ago

ivanmurashko commented 1 month ago

mlir::cir::ZeroInitConstOp was replaced with llvm.mlir.zero

resolves #627

ivanmurashko commented 1 month ago

Ping @bcardosolopes for review