This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a35447062dc DiagnosticInfoOptimizationBase: Appease g++-4.8.2 not confu [...] new a942315e5fd AMDGPU: Match load d16 hi instructions
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: lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 12 +- lib/Target/AMDGPU/AMDGPUInstructions.td | 7 +- lib/Target/AMDGPU/BUFInstructions.td | 67 +++- lib/Target/AMDGPU/DSInstructions.td | 47 ++- lib/Target/AMDGPU/FLATInstructions.td | 78 +++- test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 10 +- test/CodeGen/AMDGPU/fabs.f16.ll | 6 +- test/CodeGen/AMDGPU/load-hi16.ll | 506 ++++++++++++++++++++++++++ test/CodeGen/AMDGPU/packed-op-sel.ll | 10 +- test/CodeGen/AMDGPU/sext-in-reg.ll | 9 +- 10 files changed, 686 insertions(+), 66 deletions(-) create mode 100644 test/CodeGen/AMDGPU/load-hi16.ll