Skip to content

Commit 68d4ef4

Browse files
authored
Add tests
1 parent 76e55df commit 68d4ef4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mlir/test/Transforms/remove-dead-values.mlir

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,3 +374,8 @@ func.func @kernel(%arg0: memref<18xf32>) {
374374

375375
// CHECK: func.func private @no_block_func_declaration()
376376
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

Comments
 (0)