This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 317ed53ce58 [AArch64][SVE] Asm: Support for remaining shift instructions. new 0b08bea28be [Power9] Add __float128 support for compare operations
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: lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 9 +- lib/Target/PowerPC/PPCISelLowering.cpp | 10 ++ lib/Target/PowerPC/PPCInstrInfo.td | 58 +++++++++ test/CodeGen/PowerPC/f128-compare.ll | 225 +++++++++++++++++++++++++++++++++ 4 files changed, 300 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/PowerPC/f128-compare.ll