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 76e55df commit 68d4ef4Copy full SHA for 68d4ef4
mlir/test/Transforms/remove-dead-values.mlir
@@ -374,3 +374,8 @@ func.func @kernel(%arg0: memref<18xf32>) {
374
375
// CHECK: func.func private @no_block_func_declaration()
376
func.func private @no_block_func_declaration() -> ()
377
+
378
+// -----
379
380
+// CHECK: llvm.func @no_block_external_func()
381
+llvm.func @no_block_external_func() attributes {sym_visibility = "private"}
0 commit comments