This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f7d468 [AArch64] Fix bug in large stack spill slot handling (PR27717) new 3b880e3 SelectionDAG: Select min/max when both are used new ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf [...]
The 2 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: .../llvm/ProfileData/Coverage/CoverageMapping.h | 38 ++-- .../ProfileData/Coverage/CoverageMappingReader.h | 24 +-- include/llvm/ProfileData/InstrProf.h | 70 +++---- include/llvm/ProfileData/InstrProfData.inc | 7 +- include/llvm/ProfileData/InstrProfReader.h | 86 ++++---- include/llvm/ProfileData/InstrProfWriter.h | 12 +- include/llvm/ProfileData/ProfileCommon.h | 24 --- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 +- lib/ProfileData/Coverage/CoverageMapping.cpp | 86 ++++---- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 230 ++++++++++----------- lib/ProfileData/InstrProf.cpp | 133 ++++++------ lib/ProfileData/InstrProfReader.cpp | 175 ++++++++-------- lib/ProfileData/InstrProfWriter.cpp | 5 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +- .../Instrumentation/PGOInstrumentation.cpp | 43 ++-- test/CodeGen/AMDGPU/select-i1.ll | 14 +- test/CodeGen/AMDGPU/sminmax.ll | 73 +++++++ tools/llvm-cov/CodeCoverage.cpp | 5 +- tools/llvm-profdata/llvm-profdata.cpp | 68 +++--- unittests/ProfileData/CoverageMappingTest.cpp | 18 +- unittests/ProfileData/InstrProfTest.cpp | 88 ++++---- 21 files changed, 599 insertions(+), 614 deletions(-)