[PATCH] [x86] remove RCPPS and RSQRTPS intrinsic instruction definitions
Sanjay Patel
spatel at rotateright.com
Mon Apr 27 11:36:58 PDT 2015
Hi craig.topper, delena, RKSimon, andreadb,
Unless I'm missing some unique use case of (V)RCPPS / (V)RSQRTPS, we don't need codegen-only intrinsic instructions for these.
This makes the reciprocal estimate instruction lowering identical to how we handle (V)SQRTPS / (V)SQRTPD.
No existing regression tests fail with this patch.
http://reviews.llvm.org/D9301
Files:
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86IntrinsicsInfo.h
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9301.24492.patch
Type: text/x-patch
Size: 7376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150427/7a927f4a/attachment.bin>
More information about the llvm-commits
mailing list