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 dc1143d commit 6b480a2Copy full SHA for 6b480a2
llvm/test/DebugInfo/KeyInstructions/Generic/jump-threading-basic.ll
@@ -1,18 +1,18 @@
1
; RUN: opt %s --passes=jump-threading -S -o - -S | FileCheck %s
2
3
;; +-> T1 -+
4
-;; | v +-> T2
+;; | v +-> T2.
5
;; Entry -+ Merge -+
6
-;; | ^ +-> F2
+;; | ^ +-> F2.
7
;; +-> F1 -+
8
;;
9
;; Thread T1 -> T2 and F1 -> F2 through Merge.
10
11
-;; +-> T1
+;; +-> T1 (+ Merge + T2).
12
;; |
13
;; Entry -+
14
15
-;; +-> F1
+;; +-> F1 (+ Merge + F2).
16
17
;; Check the duplicated instructions atoms are remapped.
18
0 commit comments