This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d6c2fbdd1f [X86][AVX] Split under-aligned vector nt-stores. new c0de78b2208 gn build: Merge r363541 new f1a5ef5a39d [AMDGPU] Pass to propagate ABI attributes from kernels to t [...] new 55ce7b4ea98 AMDGPU: Fold readlane/readfirstlane calls
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/AMDGPU.h | 8 + lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp | 336 +++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 15 +- lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Transforms/InstCombine/InstCombineCalls.cpp | 24 ++ test/CodeGen/AMDGPU/propagate-attributes-clone.ll | 87 ++++++ .../AMDGPU/propagate-attributes-single-set.ll | 72 +++++ .../InstCombine/AMDGPU/amdgcn-intrinsics.ll | 125 ++++++++ .../secondary/clang/include/clang/Basic/BUILD.gn | 8 - utils/gn/secondary/clang/lib/Sema/BUILD.gn | 8 +- 10 files changed, 671 insertions(+), 13 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp create mode 100644 test/CodeGen/AMDGPU/propagate-attributes-clone.ll create mode 100644 test/CodeGen/AMDGPU/propagate-attributes-single-set.ll