summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2016-02-02 01:44:03 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2016-02-02 01:44:03 +0000
commit68a8efa374740a0829e77f57c8a2b13bead85d7f (patch)
tree2d5869701a9f2cea00f6ab9622f99439de403bfd /llvm/test
parent55c6682ae22910fb73b0e03e25cba68c0f99faa9 (diff)
downloadbcm5719-llvm-68a8efa374740a0829e77f57c8a2b13bead85d7f.tar.gz
bcm5719-llvm-68a8efa374740a0829e77f57c8a2b13bead85d7f.zip
[X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
FastISel counterpart to r259448. llvm-svn: 259449
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-float-half-convertion.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-float-half-convertion.ll b/llvm/test/CodeGen/X86/fast-isel-float-half-convertion.ll
index 707a325bf41..acb85fd171f 100644
--- a/llvm/test/CodeGen/X86/fast-isel-float-half-convertion.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-float-half-convertion.ll
@@ -4,7 +4,7 @@
define i16 @test_fp32_to_fp16(float %a) {
; CHECK-LABEL: test_fp32_to_fp16:
-; CHECK: vcvtps2ph $0, %xmm0, %xmm0
+; CHECK: vcvtps2ph $4, %xmm0, %xmm0
; CHECK-NEXT: vmovd %xmm0, %eax
; CHECK-NEXT: retq
entry:
OpenPOWER on IntegriCloud