This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eb0d431 Shut up GCC warning about operator precedence. NFC. new d99a5ea Move some code to a helper function. NFC. new 6f09ea3 [NVPTX] Compute approx sqrt as 1/rsqrt(x) rather than x*rsqrt(x).
The 2 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/MC/MCParser/ELFAsmParser.cpp | 107 ++++++++++++++++++--------------- lib/Target/NVPTX/NVPTXISelLowering.cpp | 11 +++- test/CodeGen/NVPTX/fast-math.ll | 4 +- test/CodeGen/NVPTX/sqrt-approx.ll | 8 ++- 4 files changed, 74 insertions(+), 56 deletions(-)