This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d2c9774 [mips][microMIPS] Implement CFC1, CFC2, CTC1 and CTC2 instruc [...] new 17c4ba4 [X86] Heuristic to selectively build Newton-Raphson SQRT estimation
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Target/TargetLowering.h | 14 +++----- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +++-- lib/CodeGen/TargetLoweringBase.cpp | 1 - lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 -- lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 ++ lib/Target/X86/X86.td | 19 +++++++++-- lib/Target/X86/X86ISelLowering.cpp | 13 ++++++++ lib/Target/X86/X86ISelLowering.h | 3 ++ lib/Target/X86/X86Subtarget.cpp | 2 ++ lib/Target/X86/X86Subtarget.h | 10 ++++++ test/CodeGen/X86/sqrt-fastmath-tune.ll | 57 ++++++++++++++++++++++++++++++++ 11 files changed, 115 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/X86/sqrt-fastmath-tune.ll