[PATCH] make reciprocal estimate code generation more flexible by adding command-line options

Sanjay Patel spatel at rotateright.com
Wed May 20 15:24:45 PDT 2015


Patch updated based on Hal's feedback:

1. Fixed function names to start with lowercase
2. Fixed variable names to not be all caps
3. Removed extra space
4. Added assert for 'f' and 'd' suffix matching


http://reviews.llvm.org/D8982

Files:
  include/llvm/CodeGen/CommandFlags.h
  include/llvm/Target/TargetOptions.h
  include/llvm/Target/TargetRecip.h
  lib/Target/CMakeLists.txt
  lib/Target/TargetRecip.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  lib/Target/X86/X86TargetMachine.cpp
  test/CodeGen/X86/recip-fastmath.ll
  test/CodeGen/X86/sqrt-fastmath.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8982.26185.patch
Type: text/x-patch
Size: 23075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150520/c0d84fb7/attachment.bin>


More information about the llvm-commits mailing list