This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 99917384c89 [Local] Add a convenient insertReplacementDbgValues overload, NFC new 93ae5a35afc LoopUnroll: Allow analyzing intrinsic call costs new e64a8288ae1 [ConstantRange] Add support of mul in makeGuaranteedNoWrapRegion. new 9253369f66e [Debugify] Don't treat missing dbg.values as an error (PR37942) new 8d224a36c1c Use a variable to appease a no-asserts bot, NFC new 737191dd296 ConstantFold: Don't fold global address vs. null for addrsp [...]
The 5 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/IR/ConstantFold.cpp | 9 +- lib/IR/ConstantRange.cpp | 58 +++++++++++++ lib/Transforms/Scalar/LoopUnrollPass.cpp | 9 +- lib/Transforms/Utils/Local.cpp | 1 + test/Assembler/ConstantExprNoFold.ll | 11 +++ test/DebugInfo/debugify.ll | 2 +- .../constant-fold-address-space-pointer.ll | 4 +- .../LoopUnroll/AMDGPU/unroll-cost-call.ll | 77 +++++++++++++++++ tools/opt/Debugify.cpp | 3 +- unittests/IR/ConstantRangeTest.cpp | 99 ++++++++++++++++++++++ 10 files changed, 263 insertions(+), 10 deletions(-) create mode 100644 test/Transforms/LoopUnroll/AMDGPU/unroll-cost-call.ll