This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 374362d [X86] Update the broadcast fallback patterns to use shuffle i [...] new 6731e53 [NVPTX] Implement NVPTXTargetLowering::getSqrtEstimate.
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: lib/Target/NVPTX/NVPTXISelLowering.cpp | 44 ++++++++++ lib/Target/NVPTX/NVPTXISelLowering.h | 4 + lib/Target/NVPTX/NVPTXInstrInfo.td | 11 +-- test/CodeGen/NVPTX/fast-math.ll | 76 +++++++++++++++-- test/CodeGen/NVPTX/rsqrt.ll | 13 --- test/CodeGen/NVPTX/sqrt-approx.ll | 148 +++++++++++++++++++++++++++++++++ 6 files changed, 268 insertions(+), 28 deletions(-) delete mode 100644 test/CodeGen/NVPTX/rsqrt.ll create mode 100644 test/CodeGen/NVPTX/sqrt-approx.ll