[Mlir-commits] [mlir] [mlir][EmitC] Add pass that combines all available emitc conversions (PR #117549)
Paul Kirth
llvmlistbot at llvm.org
Thu Feb 13 14:05:58 PST 2025
================
@@ -1,4 +1,6 @@
// RUN: mlir-opt -split-input-file -convert-func-to-emitc %s | FileCheck %s
+// RUN: mlir-opt -split-input-file -convert-to-emitc="filter-dialects=func" %s | FileCheck %s
+
----------------
ilovepi wrote:
nit: extra newline
https://github.com/llvm/llvm-project/pull/117549
More information about the Mlir-commits
mailing list