diff options
Diffstat (limited to 'llvm/test')
5 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll b/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll index 45ec48d9ab6..6e6ba604235 100644 --- a/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll +++ b/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll @@ -17,10 +17,6 @@ ; CHECK-NEXT: <DISTINCT_NODE op0=1 op1=3 op2=2/> !4 = distinct !{!1, !3, !2} -; Before the named records we emit the index containing the position of the -; previously emitted records -; CHECK-NEXT: <INDEX {{.*}} (offset match) - ; Note: named metadata nodes are not cannot reference null so their operands ; are numbered off-by-one. ; CHECK-NEXT: <NAME diff --git a/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll b/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll index 37a16b4eb82..51701d10c03 100644 --- a/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll +++ b/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll @@ -22,10 +22,6 @@ ; CHECK-NEXT: <NODE op0=2/> !3 = !{!2} -; Before the named records we emit the index containing the position of the -; previously emitted records -; CHECK-NEXT: <INDEX {{.*}} (offset match) - ; Note: named metadata nodes are not cannot reference null so their operands ; are numbered off-by-one. ; CHECK-NEXT: <NAME diff --git a/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll b/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll index ed678ef263a..1d146817e6b 100644 --- a/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll +++ b/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll @@ -11,10 +11,6 @@ ; CHECK-NEXT: <NODE op0=1/> !2 = !{!1} -; Before the named records we emit the index containing the position of the -; previously emitted records -; CHECK-NEXT: <INDEX {{.*}} (offset match) - ; Note: named metadata nodes are not cannot reference null so their operands ; are numbered off-by-one. ; CHECK-NEXT: <NAME diff --git a/llvm/test/Bitcode/mdnodes-in-post-order.ll b/llvm/test/Bitcode/mdnodes-in-post-order.ll index 845175d6879..fbe1c34cf00 100644 --- a/llvm/test/Bitcode/mdnodes-in-post-order.ll +++ b/llvm/test/Bitcode/mdnodes-in-post-order.ll @@ -15,9 +15,6 @@ ; CHECK-NEXT: 'leaf ; CHECK-NEXT: } -; Before the records we emit an offset to the index for the block -; CHECK-NEXT: <INDEX_OFFSET - ; The leafs should come first (in either order). ; CHECK-NEXT: <NODE op0=1/> ; CHECK-NEXT: <NODE op0=2/> @@ -30,10 +27,6 @@ ; CHECK-NEXT: <NODE op0=3 op1=5 op2=4/> !6 = !{!3, !5, !4} -; Before the named records we emit the index containing the position of the -; previously emitted records -; CHECK-NEXT: <INDEX {{.*}} (offset match) - ; Note: named metadata nodes are not cannot reference null so their operands ; are numbered off-by-one. ; CHECK-NEXT: <NAME diff --git a/llvm/test/Bitcode/metadata-function-blocks.ll b/llvm/test/Bitcode/metadata-function-blocks.ll index c76465ced8b..f3e83c5074d 100644 --- a/llvm/test/Bitcode/metadata-function-blocks.ll +++ b/llvm/test/Bitcode/metadata-function-blocks.ll @@ -19,9 +19,6 @@ ; Each node gets a new number. Bottom-up traversal of nodes. !named = !{!6} -; Before the records we emit an offset to the index for the block -; CHECK-NEXT: <INDEX_OFFSET - ; CHECK-NEXT: <NODE op0=1/> !4 = !{!"named"} |