diff options
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/sse41-schedule.ll | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/test/CodeGen/X86/sse41-schedule.ll b/llvm/test/CodeGen/X86/sse41-schedule.ll index f38dd4aafa5..14a5ae73305 100644 --- a/llvm/test/CodeGen/X86/sse41-schedule.ll +++ b/llvm/test/CodeGen/X86/sse41-schedule.ll @@ -2078,13 +2078,13 @@ define <8 x i16> @test_phminposuw(<8 x i16> *%a0) {  ; BTVER2-SSE-LABEL: test_phminposuw:  ; BTVER2-SSE:       # %bb.0:  ; BTVER2-SSE-NEXT:    phminposuw (%rdi), %xmm0 # sched: [7:1.00] -; BTVER2-SSE-NEXT:    phminposuw %xmm0, %xmm0 # sched: [2:1.00] +; BTVER2-SSE-NEXT:    phminposuw %xmm0, %xmm0 # sched: [2:0.50]  ; BTVER2-SSE-NEXT:    retq # sched: [4:1.00]  ;  ; BTVER2-LABEL: test_phminposuw:  ; BTVER2:       # %bb.0:  ; BTVER2-NEXT:    vphminposuw (%rdi), %xmm0 # sched: [7:1.00] -; BTVER2-NEXT:    vphminposuw %xmm0, %xmm0 # sched: [2:1.00] +; BTVER2-NEXT:    vphminposuw %xmm0, %xmm0 # sched: [2:0.50]  ; BTVER2-NEXT:    retq # sched: [4:1.00]  ;  ; ZNVER1-SSE-LABEL: test_phminposuw: | 

