[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:02:20 PDT 2016
spatel updated this revision to Diff 73540.
spatel added a comment.
Patch updated:
1. Expanded the TODO comment in TargetRecip.h to mention the "default" case.
2. Changed the attribute name from "mrecip" to "reciprocal-estimates" (matches the clang side of the patch).
https://reviews.llvm.org/D24816
Files:
include/llvm/CodeGen/CommandFlags.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRecip.h
lib/CodeGen/TargetLoweringBase.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/TargetRecip.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86TargetMachine.cpp
test/CodeGen/PowerPC/recipest.ll
test/CodeGen/X86/recip-fastmath.ll
test/CodeGen/X86/sqrt-fastmath-mir.ll
test/CodeGen/X86/sqrt-fastmath.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24816.73540.patch
Type: text/x-patch
Size: 39532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161004/a8ae7d37/attachment-0001.bin>
More information about the llvm-commits
mailing list