This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4c49579c51f AMDGPU: Implement memory model new 7a6e8a30587 X86InterleaveAccess: A fix for bug33826 new b189b913534 [PGOInstr] Add a debug print new 15a56d4ec1e [Analysis] Fix some Clang-tidy modernize and Include What [...]
The 3 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/BlockFrequencyInfo.h | 27 ++- include/llvm/Analysis/BlockFrequencyInfoImpl.h | 221 +++++++++++++-------- include/llvm/Analysis/BranchProbabilityInfo.h | 40 ++-- include/llvm/Analysis/DemandedBits.h | 33 +-- include/llvm/Analysis/Trace.h | 29 +-- lib/Analysis/BlockFrequencyInfo.cpp | 36 ++-- lib/Analysis/BlockFrequencyInfoImpl.cpp | 46 +++-- lib/Analysis/BranchProbabilityInfo.cpp | 19 +- lib/Analysis/DemandedBits.cpp | 19 +- lib/Analysis/Trace.cpp | 5 +- lib/Target/X86/X86InterleavedAccess.cpp | 31 +-- .../Instrumentation/PGOInstrumentation.cpp | 6 + .../X86/interleaved-accesses-64bits-avx.ll | 17 ++ 13 files changed, 340 insertions(+), 189 deletions(-)