This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7511280318b AMDGPU/GlobalISel: Remove illegal select tests new 0af6488be23 [SystemZ] Merge the SystemZExpandPseudo pass into SystemZP [...] new 71dc0b23c7e [AArch64] Some more FP16 FMA pattern matching
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/AArch64/AArch64InstrInfo.td | 21 ++- lib/Target/SystemZ/CMakeLists.txt | 1 - lib/Target/SystemZ/SystemZ.h | 1 - lib/Target/SystemZ/SystemZExpandPseudo.cpp | 152 -------------------- lib/Target/SystemZ/SystemZInstrInfo.cpp | 122 ++-------------- lib/Target/SystemZ/SystemZInstrInfo.h | 4 - lib/Target/SystemZ/SystemZPostRewrite.cpp | 162 +++++++++++++++++++++- lib/Target/SystemZ/SystemZRegisterInfo.h | 9 ++ lib/Target/SystemZ/SystemZTargetMachine.cpp | 2 - test/CodeGen/AArch64/fp16_intrinsic_lane.ll | 8 +- test/CodeGen/AArch64/fp16_intrinsic_scalar_3op.ll | 61 ++++++-- 11 files changed, 247 insertions(+), 296 deletions(-) delete mode 100644 lib/Target/SystemZ/SystemZExpandPseudo.cpp