This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 142ef796c01 AMDGPU: Make sram-ecc off by default for Vega20 new 3f27fbb514a [MCA] Add an experimental MicroOpQueue stage. new 8617a128fcd [AMDGPU][MC] Corrected handling of tied src for atomic retu [...]
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: include/llvm/MCA/Context.h | 10 ++- include/llvm/MCA/Stages/MicroOpQueueStage.h | 88 ++++++++++++++++++++ lib/MCA/CMakeLists.txt | 1 + lib/MCA/Context.cpp | 4 + lib/MCA/Stages/MicroOpQueueStage.cpp | 70 ++++++++++++++++ lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 14 ++-- test/MC/AMDGPU/mubuf.s | 8 ++ test/tools/llvm-mca/X86/uop-queue.s | 105 ++++++++++++++++++++++++ tools/llvm-mca/llvm-mca.cpp | 17 +++- 9 files changed, 304 insertions(+), 13 deletions(-) create mode 100644 include/llvm/MCA/Stages/MicroOpQueueStage.h create mode 100644 lib/MCA/Stages/MicroOpQueueStage.cpp create mode 100644 test/tools/llvm-mca/X86/uop-queue.s