This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f4f388171b8 [cmake] Re-commit: Remove redundant call to cmake when buil [...] new dcc00b1fac4 CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/ [...]
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: include/llvm/CodeGen/MachineMemOperand.h | 25 +++++++++++++++----- lib/CodeGen/MachineOperand.cpp | 15 ++++-------- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 27 +++++++++++++--------- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 20 ++++++++-------- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +- test/CodeGen/AMDGPU/extload-align.ll | 23 +++++++++--------- test/CodeGen/AMDGPU/extract_vector_elt-f16.ll | 4 ++-- test/CodeGen/AMDGPU/extract_vector_elt-f64.ll | 4 ++-- test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 6 ++--- test/CodeGen/AMDGPU/extract_vector_elt-i64.ll | 4 ++-- test/CodeGen/AMDGPU/extract_vector_elt-i8.ll | 4 ++-- test/CodeGen/AMDGPU/insert_vector_elt.ll | 4 ++-- test/CodeGen/AMDGPU/scratch-simple.ll | 6 ++--- .../vgpr-spill-emergency-stack-slot-compute.ll | 10 ++++---- .../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 6 ++--- 15 files changed, 88 insertions(+), 72 deletions(-)