This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b8fa10f Fix shufpd test name. new 0597e5e DAG: Fold bitcast/extract_vector_elt of undef to undef new b216ff2 AMDGPU: Convert image intrinsic uses in 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 ++ test/CodeGen/AMDGPU/bitcast-vector-extract.ll | 24 +++++ test/CodeGen/AMDGPU/coalescer-subrange-crash.ll | 28 +++--- test/CodeGen/AMDGPU/commute-shifts.ll | 5 +- test/CodeGen/AMDGPU/else.ll | 18 ++-- test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll | 15 ++-- test/CodeGen/AMDGPU/llvm.amdgcn.fract.ll | 3 +- test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.ll | 26 +++--- test/CodeGen/AMDGPU/sgpr-copy.ll | 41 +++++---- test/CodeGen/AMDGPU/si-lod-bias.ll | 7 +- test/CodeGen/AMDGPU/si-scheduler.ll | 8 +- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 98 ++++++++++++-------- test/CodeGen/AMDGPU/skip-if-dead.ll | 9 +- test/CodeGen/AMDGPU/split-smrd.ll | 8 +- test/CodeGen/AMDGPU/subreg-coalescer-crash.ll | 9 +- test/CodeGen/AMDGPU/undefined-subreg-liverange.ll | 8 +- test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 43 ++++----- test/CodeGen/AMDGPU/wqm.ll | 105 +++++++++------------- 18 files changed, 245 insertions(+), 216 deletions(-)