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

Sanjay Patel spatel at rotateright.com
Mon May 18 14:17:35 PDT 2015


Patch updated:

1. Use '!' to indicate disabled (match change in http://reviews.llvm.org/D8989)
2. Use array of strings as keys to a map instead of enum + loosely-coupled array of recip parameters.


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.26013.patch
Type: text/x-patch
Size: 22948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150518/16db6412/attachment.bin>


More information about the llvm-commits mailing list