This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from abcd919 [AMDGPU] Unroll more to eliminate phis and conditions new 0bea7aa Revert "[SelectionDAG] Enable target specific vector scalariz [...]
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/Target/TargetLowering.h | 37 - lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 232 +-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 14 +- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 2 +- lib/CodeGen/TargetLoweringBase.cpp | 6 +- lib/Target/Mips/MipsCCState.cpp | 64 +- lib/Target/Mips/MipsCCState.h | 34 +- lib/Target/Mips/MipsCallingConv.td | 10 +- lib/Target/Mips/MipsISelLowering.cpp | 74 +- lib/Target/Mips/MipsISelLowering.h | 27 - lib/Target/Mips/MipsRegisterInfo.cpp | 4 +- test/CodeGen/Mips/cconv/vector.ll | 1657 ---------------------- test/CodeGen/Mips/ctlz-v.ll | 12 +- test/CodeGen/Mips/cttz-v.ll | 19 +- test/CodeGen/Mips/return-vector.ll | 33 +- 15 files changed, 104 insertions(+), 2121 deletions(-) delete mode 100644 test/CodeGen/Mips/cconv/vector.ll