This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b29976c IR, X86: Understand !absolute_symbol metadata on global variables. new fcb33c4 [AMDGPU] Add amdgpu-unify-metadata pass
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/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 ++ lib/Target/AMDGPU/AMDGPUTargetMachine.h | 1 + lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp | 147 ++++++++++++++++++++++++++++++ lib/Target/AMDGPU/CMakeLists.txt | 1 + test/CodeGen/AMDGPU/unify-metadata.ll | 26 ++++++ 6 files changed, 185 insertions(+) create mode 100644 lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp create mode 100644 test/CodeGen/AMDGPU/unify-metadata.ll