[Mlir-commits] [mlir] [mlir][EmitC] Add pass that combines all available emitc conversions (PR #117549)

Mehdi Amini llvmlistbot at llvm.org
Tue Nov 26 02:55:37 PST 2024


================
@@ -16,7 +16,7 @@ include "mlir/Pass/PassBase.td"
 // ToEmitC
 //===----------------------------------------------------------------------===//
 
-def ConvertToEmitCPass : Pass<"convert-to-emitc"> {
----------------
joker-eph wrote:

I'm confused because this PR says "Add pass ...." but here you're just using an existing pass?

Can you update the PR title and provide a description explaining the changes?



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


More information about the Mlir-commits mailing list