[PATCH] Add memory variant of vcvtps2ph.

Simon Pilgrim llvm-dev at redking.me.uk
Wed Feb 11 06:25:39 PST 2015


Thanks Alex, there is a 32-bit X86 test failure that needs dealing with but is good otherwise.


================
Comment at: test/CodeGen/X86/f16c-intrinsics.ll:101
@@ +100,3 @@
+  ; CHECK-NOT: vmov
+  ; CHECK: vcvtps2ph  $3, %xmm0, (%
+  %0 = tail call <8 x i16> @llvm.x86.vcvtps2ph.128(<4 x float> %f4x32, i32 3)
----------------
This fails on the X86 tests at the moment, but passes the X86-64 version fine.

http://reviews.llvm.org/D7296

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list