This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c826efcddb Add opt-viewer testing new a9edc75bfda AMDGPU: Add num spilled s/vgprs to metadata new 7e146801aca [CodeGen] Cleanup MachineOperand new b58eb1a1e4e [CodeGen] Separate MachineOperand implementation from MachineInstr
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: docs/AMDGPUUsage.rst | 10 + include/llvm/CodeGen/MachineOperand.h | 42 +- include/llvm/Support/AMDGPUMetadata.h | 8 + lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/MachineInstr.cpp | 725 -------------------- lib/CodeGen/MachineOperand.cpp | 751 +++++++++++++++++++++ lib/Support/AMDGPUMetadata.cpp | 4 + lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 + .../AMDGPU/hsa-metadata-kernel-code-props.ll | 142 +++- test/MC/AMDGPU/hsa-metadata-kernel-code-props.s | 4 + 10 files changed, 928 insertions(+), 761 deletions(-) create mode 100644 lib/CodeGen/MachineOperand.cpp