This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f4d908f442d [AMDGPU] Reorder includes per coding standard. NFC. new 16bc05331b3 [AMDGPU] gfx1010 tests. NFC.
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: test/CodeGen/AMDGPU/elf-header-flags-mach.ll | 100 ++++++------- test/CodeGen/AMDGPU/fcanonicalize.ll | 2 +- .../{GlobalISel => }/inst-select-load-flat.mir | 2 +- .../{GlobalISel => }/inst-select-load-smrd.mir | 18 +-- test/CodeGen/AMDGPU/large-alloca-compute.ll | 5 + test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll | 21 ++- test/CodeGen/AMDGPU/si-scheduler.ll | 29 ++++ test/CodeGen/AMDGPU/v_cndmask.ll | 98 +++++++------ test/CodeGen/MIR/AMDGPU/load-store-opt-dlc.mir | 155 +++++++++++++++++++++ test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt | 10 ++ test/Object/AMDGPU/elf-header-flags-mach.yaml | 17 ++- 11 files changed, 349 insertions(+), 108 deletions(-) copy test/CodeGen/AMDGPU/{GlobalISel => }/inst-select-load-flat.mir (94%) copy test/CodeGen/AMDGPU/{GlobalISel => }/inst-select-load-smrd.mir (93%) create mode 100644 test/CodeGen/MIR/AMDGPU/load-store-opt-dlc.mir create mode 100644 test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt