[Mlir-commits] [mlir] [mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (PR #73117)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Nov 22 06:17:55 PST 2023
================
@@ -73,11 +79,47 @@ static void testTypeCreation(MlirContext ctx) {
mlirTypeEqual(i32_i64_s, i32_i64_s_ref));
}
+// CHECK-LABEL: testToLLVMIR()
+static void testToLLVMIR(MlirContext ctx) {
----------------
ftynse wrote:
This file is intended to test LLVM dialect APIs. Please create a new test file for the purposes of testing translation.
https://github.com/llvm/llvm-project/pull/73117
More information about the Mlir-commits
mailing list