This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df09ef993aa [InstCombine] remove duplicate (but not updated) tests; NFC new 0d20d79a027 [InstSimplify] add tests for rotate; NFC new 78b72added2 [SystemZ] Wait with selection of legal vector/FP constants [...]
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/SystemZ/SystemZISelDAGToDAG.cpp | 61 ++++--- lib/Target/SystemZ/SystemZISelLowering.cpp | 247 +++++++++++++---------------- lib/Target/SystemZ/SystemZISelLowering.h | 25 ++- lib/Target/SystemZ/SystemZInstrVector.td | 2 +- lib/Target/SystemZ/SystemZOperators.td | 1 + test/CodeGen/SystemZ/fp-const-11.ll | 30 ++++ test/CodeGen/SystemZ/vec-const-05.ll | 57 +++++-- test/CodeGen/SystemZ/vec-const-06.ll | 40 ++++- test/CodeGen/SystemZ/vec-const-19.ll | 18 +++ test/Transforms/InstSimplify/call.ll | 100 ++++++++++++ 10 files changed, 399 insertions(+), 182 deletions(-) create mode 100644 test/CodeGen/SystemZ/vec-const-19.ll