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 5870e6b commit 3663062Copy full SHA for 3663062
mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-alloc-copy.mlir
@@ -14,7 +14,7 @@ func.func @alloc_copy(%arg0: memref<999xi32>) {
14
15
// CPP: module {
16
// CPP-NEXT: emitc.include <"cstring">
17
-// CHECK-NEXT: emitc.include <"cstdlib">
+// CPP-NEXT: emitc.include <"cstdlib">
18
// CHECK-LABEL: alloc_copy
19
// CHECK-SAME: %[[arg0:.*]]: memref<999xi32>
20
// CHECK-NEXT: %0 = builtin.unrealized_conversion_cast %arg0 : memref<999xi32> to !emitc.array<999xi32>
0 commit comments