This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f54e7aa llvm-mc-fuzzer: add support for assembly new 9995ddd [AMDGPU] Runtime metadata fixes: - Verify that runtime meta [...]
The 1 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/AsmParser/AMDGPUAsmParser.cpp | 23 +++-- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 45 ++++++--- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.h | 7 +- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 24 ++++- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 12 ++- test/MC/AMDGPU/hsa.s | 14 +-- test/MC/AMDGPU/metadata.s | 35 ------- test/MC/AMDGPU/runtime-metadata-1.s | 39 ++++++++ test/MC/AMDGPU/runtime-metadata-2.s | 39 ++++++++ test/MC/AMDGPU/runtime-metadata-invalid-1.s | 106 +++++++++++++++++++++ 10 files changed, 270 insertions(+), 74 deletions(-) delete mode 100644 test/MC/AMDGPU/metadata.s create mode 100644 test/MC/AMDGPU/runtime-metadata-1.s create mode 100644 test/MC/AMDGPU/runtime-metadata-2.s create mode 100644 test/MC/AMDGPU/runtime-metadata-invalid-1.s