This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5751b55 [AMDGPU] Fix some Clang-tidy modernize and Include What You U [...] new ef5ba4e [NVPTX] Add explicit check for llvm.sqrt.f32 to intrinsics.ll. new 8584769 [ValueTracking] Clarify comments on CannotBeOrderedLessThanZe [...] new 12044b3 [ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics. new e1e8594 [NVPTX] Move getDivF32Level, usePrecSqrtF32, and useF32FTZ in [...] new e5aefeb [NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM target-gen [...] new 3a0d592 [libFuzzer] fix gcc build
The 6 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/Analysis/ValueTracking.h | 22 +++-- include/llvm/IR/IntrinsicsNVVM.td | 77 +++++----------- lib/Analysis/ConstantFolding.cpp | 15 +--- lib/Fuzzer/FuzzerTracePC.cpp | 1 - lib/IR/AutoUpgrade.cpp | 87 +++++++++++++++++- lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 51 ++--------- lib/Target/NVPTX/NVPTXISelLowering.cpp | 54 ++++++++++++ lib/Target/NVPTX/NVPTXISelLowering.h | 16 ++++ lib/Target/NVPTX/NVPTXIntrinsics.td | 48 +--------- test/Assembler/auto_upgrade_nvvm_intrinsics.ll | 102 ++++++++++++++++++++++ test/CodeGen/NVPTX/intrinsics.ll | 8 ++ test/Transforms/InstCombine/constant-fold-math.ll | 5 +- 12 files changed, 314 insertions(+), 172 deletions(-) create mode 100644 test/Assembler/auto_upgrade_nvvm_intrinsics.ll