This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ccf677f27f [CodeGen][ExpandMemcmp] Allow memcmp to expand to vector lo [...] new a52756b2c94 [AMDGPU] Emit metadata for hidden arguments for kernel enqueue new 963ec731b44 [PassManager, SimplifyCFG] add test for PR34603 / D38566; NFC
The 2 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 | 8 +- .../AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp | 38 +++++++++ .../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 17 +++- test/CodeGen/AMDGPU/enqueue-kernel.ll | 17 +++- test/CodeGen/AMDGPU/hsa-metadata-enqueu-kernel.ll | 96 ++++++++++++++++++++++ .../AMDGPU/hsa-metadata-from-llvm-ir-full.ll | 47 +++++++++++ .../PhaseOrdering/simplifycfg-options.ll | 42 +++++++++- 7 files changed, 255 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AMDGPU/hsa-metadata-enqueu-kernel.ll