This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6216b01cd2 [llvm-mca] Remove unneeded namespace qualifier. NFC. new b665487bbc7 [llvm-mca] PR39261: Rename FetchStage to EntryStage. new da31f7b6701 [CodeExtractor] Mark functions noreturn when applicable new 188cca3dd57 InstCombine: Avoid introducing poison values when lowering [...]
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: lib/Transforms/InstCombine/InstCombineCalls.cpp | 18 ++++--------- lib/Transforms/Utils/CodeExtractor.cpp | 7 +++++ test/Transforms/HotColdSplit/split-cold-2.ll | 3 +++ .../InstCombine/AMDGPU/amdgcn-intrinsics.ll | 30 +++++----------------- .../include/Stages/{FetchStage.h => EntryStage.h} | 19 +++++++------- tools/llvm-mca/lib/CMakeLists.txt | 2 +- tools/llvm-mca/lib/Context.cpp | 4 +-- .../lib/Stages/{FetchStage.cpp => EntryStage.cpp} | 16 ++++++------ tools/llvm-mca/llvm-mca.cpp | 4 +-- 9 files changed, 45 insertions(+), 58 deletions(-) rename tools/llvm-mca/include/Stages/{FetchStage.h => EntryStage.h} (66%) rename tools/llvm-mca/lib/Stages/{FetchStage.cpp => EntryStage.cpp} (82%)