[Mlir-commits] [llvm] [mlir] [mlir][EmitC] Add Arith to EmitC conversions (PR #84151)
Marius Brehler
llvmlistbot at llvm.org
Wed Mar 6 09:06:43 PST 2024
================
@@ -133,6 +133,15 @@ def ArithToAMDGPUConversionPass : Pass<"convert-arith-to-amdgpu"> {
];
}
+//===----------------------------------------------------------------------===//
+// ArithToEmitC
+//===----------------------------------------------------------------------===//
+
+def ConvertArithToEmitC : Pass<"convert-arith-to-emitc", "ModuleOp"> {
----------------
marbre wrote:
No it isn't, removed it.
https://github.com/llvm/llvm-project/pull/84151
More information about the Mlir-commits
mailing list