This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 16bef0f9a05 [SVE][Inline-Asm] Support for SVE asm operands new 3d6f38ae74c [SystemZ] Support constrained fpto[su]i intrinsics
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/TargetSelectionDAG.td | 10 ++++ lib/Target/SystemZ/SystemZISelLowering.cpp | 16 +++++ lib/Target/SystemZ/SystemZInstrFP.td | 24 ++++---- lib/Target/SystemZ/SystemZInstrVector.td | 8 +-- test/CodeGen/SystemZ/fp-strict-conv-09.ll | 40 +++++++++++++ test/CodeGen/SystemZ/fp-strict-conv-10.ll | 95 ++++++++++++++++++++++++++++++ test/CodeGen/SystemZ/fp-strict-conv-11.ll | 40 +++++++++++++ test/CodeGen/SystemZ/fp-strict-conv-12.ll | 94 +++++++++++++++++++++++++++++ test/CodeGen/SystemZ/fp-strict-conv-14.ll | 77 ++++++++++++++++++++++++ test/CodeGen/SystemZ/fp-strict-conv-16.ll | 63 ++++++++++++++++++++ test/CodeGen/SystemZ/vec-strict-conv-01.ll | 67 +++++++++++++++++++++ test/CodeGen/SystemZ/vec-strict-conv-03.ll | 29 +++++++++ 12 files changed, 547 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/SystemZ/fp-strict-conv-09.ll create mode 100644 test/CodeGen/SystemZ/fp-strict-conv-10.ll create mode 100644 test/CodeGen/SystemZ/fp-strict-conv-11.ll create mode 100644 test/CodeGen/SystemZ/fp-strict-conv-12.ll create mode 100644 test/CodeGen/SystemZ/fp-strict-conv-14.ll create mode 100644 test/CodeGen/SystemZ/fp-strict-conv-16.ll create mode 100644 test/CodeGen/SystemZ/vec-strict-conv-01.ll create mode 100644 test/CodeGen/SystemZ/vec-strict-conv-03.ll