This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4e86cb6e584 [AArch64] Allow -mattr=tpidr-el[1|2|3] new 4d12ab485a4 Fix -Wmisleading-indentation gcc7 warning. NFCI. new a047778b621 [AMDGPU] Support for v3i32/v3f32
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: lib/Target/AMDGPU/AMDGPUCallingConv.td | 3 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 2 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 111 +++++++++-- lib/Target/AMDGPU/AMDGPUISelLowering.h | 14 ++ lib/Target/AMDGPU/BUFInstructions.td | 9 +- lib/Target/AMDGPU/FLATInstructions.td | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 77 +++++++- lib/Target/AMDGPU/SIInstrInfo.cpp | 25 ++- lib/Target/AMDGPU/SIInstructions.td | 21 ++ lib/Target/AMDGPU/SIRegisterInfo.cpp | 13 +- lib/Target/AMDGPU/SIRegisterInfo.td | 50 +++-- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 2 + lib/Transforms/Scalar/LICM.cpp | 12 +- test/CodeGen/AMDGPU/call-return-types.ll | 12 +- test/CodeGen/AMDGPU/early-if-convert-cost.ll | 8 +- test/CodeGen/AMDGPU/early-if-convert.ll | 6 +- test/CodeGen/AMDGPU/function-args.ll | 6 +- test/CodeGen/AMDGPU/function-returns.ll | 2 +- test/CodeGen/AMDGPU/half.ll | 9 +- test/CodeGen/AMDGPU/idot4u.ll | 32 +-- test/CodeGen/AMDGPU/load-global-f32.ll | 11 +- test/CodeGen/AMDGPU/load-global-i32.ll | 13 +- test/CodeGen/AMDGPU/mad-mix-lo.ll | 11 +- test/CodeGen/AMDGPU/merge-stores.ll | 13 +- test/CodeGen/AMDGPU/multi-dword-vgpr-spill.ll | 216 +++++++++++++++++++++ test/CodeGen/AMDGPU/select-vectors.ll | 16 ++ test/CodeGen/AMDGPU/shader-addr64-nonuniform.ll | 15 +- test/CodeGen/AMDGPU/sign_extend.ll | 38 ++-- test/CodeGen/AMDGPU/spill-wide-sgpr.ll | 48 +++++ test/CodeGen/AMDGPU/store-global.ll | 7 +- test/CodeGen/AMDGPU/v_mac.ll | 2 +- .../vgpr-spill-emergency-stack-slot-compute.ll | 30 +-- 32 files changed, 669 insertions(+), 169 deletions(-) create mode 100644 test/CodeGen/AMDGPU/multi-dword-vgpr-spill.ll