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 877620b commit 5a1f864Copy full SHA for 5a1f864
llvm/test/tools/llvm-reduce/simplify-cfg.ll
@@ -1,8 +1,9 @@
1
; RUN: llvm-reduce --delta-passes=simplify-cfg --test %python --test-arg %p/Inputs/remove-bbs.py -abort-on-invalid-reduction %s -o %t
2
3
; RUN: FileCheck --check-prefix=CHECK-FINAL %s --input-file=%t
4
-; CHECK-FINAL-NOT: x6
5
-; CHECK-FINAL-NOT: x10
+; CHECK-FINAL: @f1
+; CHECK-FINAL-NOT: x6:
6
+; CHECK-FINAL-NOT: x10:
7
8
define void @f1(ptr %interesting3, i32 %interesting2) {
9
%x3 = alloca ptr, i32 0, align 8
0 commit comments