Skip to content

Commit

Permalink
[X86] Remove out of range extract in test (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 13, 2023
1 parent f8f850c commit f78a06e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/test/CodeGen/X86/pr63475.ll
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ define void @callee(ptr %p0, ptr %p1, ptr %p2, ptr %p3, ptr %p4, ptr %p5, <7 x i
; CHECK-NEXT: callq use@PLT
; CHECK-NEXT: movl %ebx, %edi
; CHECK-NEXT: callq use@PLT
; CHECK-NEXT: callq use@PLT
; CHECK-NEXT: addq $8, %rsp
; CHECK-NEXT: popq %rbx
; CHECK-NEXT: popq %r12
Expand All @@ -84,8 +83,6 @@ start:
call void @use(i32 %extract5)
%extract6 = extractelement <7 x i32> %arg, i64 6
call void @use(i32 %extract6)
%extract7 = extractelement <7 x i32> %arg, i64 7
call void @use(i32 %extract7)
ret void
}

Expand Down

0 comments on commit f78a06e

Please sign in to comment.