This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 363e1da675c [X86] Pull out collectConcatOps helper. NFCI. new 7dcce62314b gn build: Merge r358949 new 5bc7b0c8560 [AMDGPU] Fix hidden argument metadata duplication for V3 new b1c6cd2e143 gn build: Merge r358944
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/AMDGPUHSAMetadataStreamer.cpp | 30 -- ...nel-v3.ll => hsa-metadata-enqueue-kernel-v3.ll} | 22 +- .../AMDGPU/hsa-metadata-from-llvm-ir-full-v3.ll | 337 ++++++++++++++------- .../AMDGPU/hsa-metadata-from-llvm-ir-full.ll | 14 +- test/CodeGen/AMDGPU/hsa-metadata-hidden-args-v3.ll | 236 ++++++++++++++- utils/gn/secondary/clang/lib/Driver/BUILD.gn | 1 + utils/gn/secondary/clang/lib/Headers/BUILD.gn | 1 + .../clang/lib/StaticAnalyzer/Checkers/BUILD.gn | 1 + 8 files changed, 464 insertions(+), 178 deletions(-) rename test/CodeGen/AMDGPU/{hsa-metadata-enqueu-kernel-v3.ll => hsa-metadata-enque [...]