Skip to content

Commit b04a980

Browse files
committed
[X86] 2011-10-27-tstore.ll - regenerate checks
1 parent a3e2075 commit b04a980

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

llvm/test/CodeGen/X86/2011-10-27-tstore.ll

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
12
; RUN: llc < %s -mcpu=corei7 | FileCheck %s
23

34
target triple = "x86_64-unknown-linux-gnu"
45

5-
;CHECK-LABEL: ltstore:
6-
;CHECK: movq
7-
;CHECK: movq
8-
;CHECK: ret
96
define void @ltstore(ptr %pA, ptr %pB) {
7+
; CHECK-LABEL: ltstore:
8+
; CHECK: # %bb.0: # %entry
9+
; CHECK-NEXT: movq (%rdi), %rax
10+
; CHECK-NEXT: movq %rax, (%rsi)
11+
; CHECK-NEXT: retq
1012
entry:
1113
%in = load <4 x i32>, ptr %pA
1214
%j = shufflevector <4 x i32> %in, <4 x i32> undef, <2 x i32> <i32 0, i32 1>

0 commit comments

Comments
 (0)