[Mlir-commits] [mlir] [mlir][emitc] Arith to EmitC conversion pass (PR #83798)

Marius Brehler llvmlistbot at llvm.org
Wed Mar 6 03:37:26 PST 2024


https://github.com/marbre requested changes to this pull request.

I just send #84151, which adds what I already had for Arith to EmitC. The changes are structured a little bit different (e.g. with the patch it is allowed to register the patterns within other passes) and further adds a Bazel build configuration. I would therefore highly appreciate if you could apply your changes op top, in particular the conversion pattern for `arith.constant`, after #84151 has landed.

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


More information about the Mlir-commits mailing list