summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-09-28 08:21:39 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-09-28 08:21:39 +0000
commit280af1c7f0cce6fe15e7074c0724ded7cca23038 (patch)
treec06af67b6bd56412ba377e135d7f7bc8195760f4 /llvm/test/CodeGen
parentec97b523be135e5f7383a39463220b247e7d51c0 (diff)
downloadbcm5719-llvm-280af1c7f0cce6fe15e7074c0724ded7cca23038.tar.gz
bcm5719-llvm-280af1c7f0cce6fe15e7074c0724ded7cca23038.zip
[X86][BtVer2] Fix PHMINPOS schedule resources typo
PHMINPOS can run on either JFPU pipe llvm-svn: 343299
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/sse41-schedule.ll4
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:
OpenPOWER on IntegriCloud