This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d05d253 [Profile] support directory reading in profile merging new 5001c92 [NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs. NFC. new 9ce2fff [OptDiag] Wrap a long line new ef4767c [OptDiag] Take the IR Value as a const pointer new 957976e [OptDiag,LV] Add hotness attribute to analysis remarks new 265e149 [AArch64] Register AArch64LoadStoreOptimizer so it can be run [...] new 64865df Revert r276185 -- build bot failure
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/LoopAccessAnalysis.h | 8 +- include/llvm/Analysis/OptimizationDiagnosticInfo.h | 20 ++++- include/llvm/IR/DiagnosticInfo.h | 5 +- lib/Analysis/LoopAccessAnalysis.cpp | 15 ++-- lib/Analysis/OptimizationDiagnosticInfo.cpp | 22 ++++- lib/Target/AArch64/AArch64.h | 1 + lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 4 - lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 4 - lib/Target/AArch64/AArch64TargetMachine.cpp | 1 + lib/Target/NVPTX/CMakeLists.txt | 2 +- lib/Target/NVPTX/NVPTX.h | 2 +- ...NVPTXLowerKernelArgs.cpp => NVPTXLowerArgs.cpp} | 28 +++--- lib/Target/NVPTX/NVPTXTargetMachine.cpp | 10 +-- lib/Transforms/Vectorize/LoopVectorize.cpp | 100 +++++++++++---------- test/CodeGen/NVPTX/bug21465.ll | 2 +- ...hotness-info.ll => diag-with-hotness-info-2.ll} | 38 +++----- test/tools/llvm-profdata/input-dir.test | 22 ----- test/tools/llvm-profdata/input-filenames.test | 18 ++-- tools/llvm-profdata/llvm-profdata.cpp | 43 +++------ 19 files changed, 160 insertions(+), 185 deletions(-) rename lib/Target/NVPTX/{NVPTXLowerKernelArgs.cpp => NVPTXLowerArgs.cpp} (91%) copy test/Transforms/LoopVectorize/{diag-with-hotness-info.ll => diag-with-hotness [...] delete mode 100644 test/tools/llvm-profdata/input-dir.test