This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 14cb586 AMDGPU: Add fract intrinsic new 0c56b68 AMDGPU: Fix trailing whitespace new c3eeba0 AMDGPU: Cleanup vector insert/extract tests
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/SIInstrInfo.td | 10 +- test/CodeGen/AMDGPU/extract_vector_elt-f64.ll | 29 ++ test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 86 +++++ ...vector-elt-i64.ll => extract_vector_elt-i64.ll} | 29 +- ...t-vector-elt-i8.ll => extract_vector_elt-i8.ll} | 104 ++++-- test/CodeGen/AMDGPU/extract_vector_elt_i16.ll | 30 -- test/CodeGen/AMDGPU/insert_vector_elt.ll | 354 ++++++++++++++------- 7 files changed, 460 insertions(+), 182 deletions(-) create mode 100644 test/CodeGen/AMDGPU/extract_vector_elt-f64.ll create mode 100644 test/CodeGen/AMDGPU/extract_vector_elt-i16.ll rename test/CodeGen/AMDGPU/{extract-vector-elt-i64.ll => extract_vector_elt-i64.ll} (61%) rename test/CodeGen/AMDGPU/{extract-vector-elt-i8.ll => extract_vector_elt-i8.ll} (57%) delete mode 100644 test/CodeGen/AMDGPU/extract_vector_elt_i16.ll