summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/movbe-schedule.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/movbe-schedule.ll')
-rw-r--r--llvm/test/CodeGen/X86/movbe-schedule.ll18
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/X86/movbe-schedule.ll b/llvm/test/CodeGen/X86/movbe-schedule.ll
index 56e78219f91..667b0d84c39 100644
--- a/llvm/test/CodeGen/X86/movbe-schedule.ll
+++ b/llvm/test/CodeGen/X86/movbe-schedule.ll
@@ -34,9 +34,9 @@ define i16 @test_movbe_i16(i16 *%a0, i16 %a1, i16 *%a2) {
;
; HASWELL-LABEL: test_movbe_i16:
; HASWELL: # %bb.0:
-; HASWELL-NEXT: movbew (%rdi), %ax # sched: [1:0.50]
-; HASWELL-NEXT: movbew %si, (%rdx) # sched: [1:1.00]
-; HASWELL-NEXT: retq # sched: [2:1.00]
+; HASWELL-NEXT: movbew (%rdi), %ax # sched: [6:0.50]
+; HASWELL-NEXT: movbew %si, (%rdx) # sched: [2:1.00]
+; HASWELL-NEXT: retq # sched: [7:1.00]
;
; BROADWELL-LABEL: test_movbe_i16:
; BROADWELL: # %bb.0:
@@ -94,9 +94,9 @@ define i32 @test_movbe_i32(i32 *%a0, i32 %a1, i32 *%a2) {
;
; HASWELL-LABEL: test_movbe_i32:
; HASWELL: # %bb.0:
-; HASWELL-NEXT: movbel (%rdi), %eax # sched: [1:0.50]
-; HASWELL-NEXT: movbel %esi, (%rdx) # sched: [1:1.00]
-; HASWELL-NEXT: retq # sched: [2:1.00]
+; HASWELL-NEXT: movbel (%rdi), %eax # sched: [6:0.50]
+; HASWELL-NEXT: movbel %esi, (%rdx) # sched: [2:1.00]
+; HASWELL-NEXT: retq # sched: [7:1.00]
;
; BROADWELL-LABEL: test_movbe_i32:
; BROADWELL: # %bb.0:
@@ -154,9 +154,9 @@ define i64 @test_movbe_i64(i64 *%a0, i64 %a1, i64 *%a2) {
;
; HASWELL-LABEL: test_movbe_i64:
; HASWELL: # %bb.0:
-; HASWELL-NEXT: movbeq (%rdi), %rax # sched: [1:0.50]
-; HASWELL-NEXT: movbeq %rsi, (%rdx) # sched: [1:1.00]
-; HASWELL-NEXT: retq # sched: [2:1.00]
+; HASWELL-NEXT: movbeq (%rdi), %rax # sched: [6:0.50]
+; HASWELL-NEXT: movbeq %rsi, (%rdx) # sched: [2:1.00]
+; HASWELL-NEXT: retq # sched: [7:1.00]
;
; BROADWELL-LABEL: test_movbe_i64:
; BROADWELL: # %bb.0:
OpenPOWER on IntegriCloud