This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49c910d [libFuzzer] simplify the value profiling callback further: do [...] new f8e4cd6c [PM] Flesh out almost all of the late loop passes. new 0c6a4bd [LangRef] Make @llvm.sqrt(x) return undef, rather than have U [...] new 0c722da [ValueTracking] Add comment that CannotBeOrderedLessThanZero [...] new 3e363a8 [NVPTX] Upgrade NVVM intrinsics in InstCombineCalls.
The 4 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: docs/LangRef.rst | 7 +- lib/Analysis/ValueTracking.cpp | 19 + lib/Passes/PassBuilder.cpp | 46 ++- lib/Transforms/InstCombine/InstCombineCalls.cpp | 250 +++++++++++++ lib/Transforms/Utils/SimplifyLibCalls.cpp | 19 +- test/Other/new-pm-defaults.ll | 6 + test/Transforms/InstCombine/nvvm-intrins.ll | 471 ++++++++++++++++++++++++ 7 files changed, 799 insertions(+), 19 deletions(-) create mode 100644 test/Transforms/InstCombine/nvvm-intrins.ll