We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7814806 commit c50972dCopy full SHA for c50972d
mlir/test/CAPI/translation.c
@@ -46,8 +46,6 @@ static void testToLLVMIR(MlirContext ctx) {
46
LLVMModuleRef llvmModule = mlirTranslateModuleToLLVMIR(operation, llvmCtx);
47
48
// clang-format off
49
- // CHECK: declare ptr @malloc(i64 %{{.*}})
50
- // CHECK: declare void @free(ptr %{{.*}})
51
// CHECK: define i64 @add(i64 %[[arg1:.*]], i64 %[[arg2:.*]]) {
52
// CHECK-NEXT: %[[arg3:.*]] = add i64 %[[arg1]], %[[arg2]]
53
// CHECK-NEXT: ret i64 %[[arg3]]
0 commit comments