This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8a95e16f65 [CGP][x86] add tests for usubo regression (PR41129); NFC new 0e7dac6a2f7 gn build: Merge r356519 new b04f80485ce [AMDGPU][MC][GFX9] Added support of operands shared_base, s [...] new 6c730c69df8 gn build: Merge r356508
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/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 3 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 41 ++ .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 19 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 15 + lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 + lib/Target/AMDGPU/SIRegisterInfo.td | 3 +- test/MC/AMDGPU/literals.s | 411 +++++++++++++++------ test/MC/Disassembler/AMDGPU/literal_gfx9.txt | 79 ++++ .../secondary/clang/include/clang/Config/BUILD.gn | 1 + utils/gn/secondary/llvm/lib/Remarks/BUILD.gn | 2 + utils/gn/secondary/llvm/unittests/Remarks/BUILD.gn | 2 +- 11 files changed, 453 insertions(+), 126 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/literal_gfx9.txt