This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f59563 DAG: Check if extract_vector_elt is legal or custom new 36229b4 AMDGPU: Formatting fixes new b1a24af [NVPTX] Unify vectorization of load/stores of aggregate argum [...]
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/SIISelLowering.cpp | 9 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 1130 ++++++++++++------------------- test/CodeGen/NVPTX/aggregate-return.ll | 35 +- test/CodeGen/NVPTX/f16-instructions.ll | 2 +- test/CodeGen/NVPTX/ldparam-v4.ll | 5 +- test/CodeGen/NVPTX/lower-aggr-copies.ll | 27 +- test/CodeGen/NVPTX/param-load-store.ll | 813 ++++++++++++++++++++++ test/CodeGen/NVPTX/vec-param-load.ll | 83 ++- test/CodeGen/NVPTX/vec8.ll | 13 +- test/CodeGen/NVPTX/vector-call.ll | 22 +- 10 files changed, 1389 insertions(+), 750 deletions(-) create mode 100644 test/CodeGen/NVPTX/param-load-store.ll