[PATCH] Add memory variant of vcvtps2ph.
Sanjay Patel
spatel at rotateright.com
Fri Mar 27 15:53:22 PDT 2015
I'm almost afraid to ask, but why are these intrinsics defined with integer vectors?
def int_x86_vcvtps2ph_128 : GCCBuiltin<"__builtin_ia32_vcvtps2ph">,
Intrinsic<[llvm_v8i16_ty], [llvm_v4f32_ty, llvm_i32_ty],
[IntrNoMem]>;
MIPS has v8f16 defs...so this should be possible for x86 too?
http://reviews.llvm.org/D7296
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list