[PATCH] D24816: [Target] move reciprocal estimate settings from TargetOptions to TargetLowering

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 13:55:51 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL283252: [Target] move reciprocal estimate settings from TargetOptions to TargetLowering (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D24816?vs=73540&id=73549#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24816

Files:
  llvm/trunk/include/llvm/CodeGen/CommandFlags.h
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/include/llvm/Target/TargetOptions.h
  llvm/trunk/include/llvm/Target/TargetRecip.h
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.cpp
  llvm/trunk/lib/Target/TargetRecip.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86TargetMachine.cpp
  llvm/trunk/test/CodeGen/PowerPC/recipest.ll
  llvm/trunk/test/CodeGen/X86/recip-fastmath.ll
  llvm/trunk/test/CodeGen/X86/sqrt-fastmath-mir.ll
  llvm/trunk/test/CodeGen/X86/sqrt-fastmath.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24816.73549.patch
Type: text/x-patch
Size: 39994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161004/0073d327/attachment.bin>


More information about the llvm-commits mailing list