This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae4bd95c1e6 [gcov] Fix branch counters with switch statements (fix PR38821) new 0e5dfed76c0 [InstCombine] add tests for add-with-overflow compares; NFC new 7aabb145039 [llvm-mca] Delay calculation of Cycles per Resources, separ [...] new ca29f6a30b2 [InstCombine] enhance vector demanded elements to look at a [...]
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: .../InstCombine/InstCombineSimplifyDemanded.cpp | 23 +++- test/Transforms/InstCombine/icmp-add.ll | 137 +++++++++++++++++---- .../InstCombine/shuffle-select-narrow.ll | 10 +- tools/llvm-mca/Views/ResourcePressureView.cpp | 3 +- tools/llvm-mca/Views/ResourcePressureView.h | 2 +- tools/llvm-mca/include/HWEventListener.h | 9 +- .../include/HardwareUnits/ResourceManager.h | 3 +- tools/llvm-mca/include/HardwareUnits/Scheduler.h | 11 +- tools/llvm-mca/include/Stages/ExecuteStage.h | 6 +- tools/llvm-mca/include/Stages/InstructionTables.h | 2 +- tools/llvm-mca/include/Support.h | 40 ++++++ .../llvm-mca/lib/HardwareUnits/ResourceManager.cpp | 6 +- tools/llvm-mca/lib/HardwareUnits/Scheduler.cpp | 5 +- tools/llvm-mca/lib/Stages/ExecuteStage.cpp | 10 +- tools/llvm-mca/lib/Stages/InstructionTables.cpp | 10 +- 15 files changed, 218 insertions(+), 59 deletions(-)