[Mlir-commits] [llvm] [mlir] [mlir][EmitC] Add MathToEmitC pass for math function lowering to EmitC (PR #113799)
Tomer Solomon
llvmlistbot at llvm.org
Wed Oct 30 02:44:35 PDT 2024
================
@@ -0,0 +1,133 @@
+// RUN: mlir-opt --split-input-file -convert-math-to-emitc -verify-diagnostics %s | FileCheck %s
----------------
recursion-man wrote:
Added math-to-emitc-failed.mlir which tests invalid types.
https://github.com/llvm/llvm-project/pull/113799
More information about the Mlir-commits
mailing list