diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/lzcnt-schedule.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/lzcnt-schedule.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/X86/lzcnt-schedule.ll b/llvm/test/CodeGen/X86/lzcnt-schedule.ll index 3420e85d263..062d00ef993 100644 --- a/llvm/test/CodeGen/X86/lzcnt-schedule.ll +++ b/llvm/test/CodeGen/X86/lzcnt-schedule.ll @@ -42,8 +42,8 @@ define i16 @test_ctlz_i16(i16 zeroext %a0, i16 *%a1) { ; ; BTVER2-LABEL: test_ctlz_i16: ; BTVER2: # %bb.0: -; BTVER2-NEXT: lzcntw (%rsi), %cx # sched: [6:1.00] -; BTVER2-NEXT: lzcntw %di, %ax # sched: [3:1.00] +; BTVER2-NEXT: lzcntw (%rsi), %cx # sched: [4:1.00] +; BTVER2-NEXT: lzcntw %di, %ax # sched: [1:0.50] ; BTVER2-NEXT: orl %ecx, %eax # sched: [1:0.50] ; BTVER2-NEXT: # kill: def $ax killed $ax killed $eax ; BTVER2-NEXT: retq # sched: [4:1.00] @@ -94,8 +94,8 @@ define i32 @test_ctlz_i32(i32 %a0, i32 *%a1) { ; ; BTVER2-LABEL: test_ctlz_i32: ; BTVER2: # %bb.0: -; BTVER2-NEXT: lzcntl (%rsi), %ecx # sched: [6:1.00] -; BTVER2-NEXT: lzcntl %edi, %eax # sched: [3:1.00] +; BTVER2-NEXT: lzcntl (%rsi), %ecx # sched: [4:1.00] +; BTVER2-NEXT: lzcntl %edi, %eax # sched: [1:0.50] ; BTVER2-NEXT: orl %ecx, %eax # sched: [1:0.50] ; BTVER2-NEXT: retq # sched: [4:1.00] ; @@ -144,8 +144,8 @@ define i64 @test_ctlz_i64(i64 %a0, i64 *%a1) { ; ; BTVER2-LABEL: test_ctlz_i64: ; BTVER2: # %bb.0: -; BTVER2-NEXT: lzcntq (%rsi), %rcx # sched: [6:1.00] -; BTVER2-NEXT: lzcntq %rdi, %rax # sched: [3:1.00] +; BTVER2-NEXT: lzcntq (%rsi), %rcx # sched: [4:1.00] +; BTVER2-NEXT: lzcntq %rdi, %rax # sched: [1:0.50] ; BTVER2-NEXT: orq %rcx, %rax # sched: [1:0.50] ; BTVER2-NEXT: retq # sched: [4:1.00] ; |

