This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f344f53426c Recommit "[GlobalISel] Add IRTranslator support for G_FFLOOR" new baeeed43cc2 [GlobalISel][AArch64] Select G_FFLOOR new 0783d48feda [PowerPC] Avoid scalarization of vector truncate
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 + lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 1 + lib/Target/PowerPC/PPCISelLowering.cpp | 73 +++++ lib/Target/PowerPC/PPCISelLowering.h | 2 + .../{select-fabs.mir => select-floor.mir} | 56 ++-- test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 28 ++ test/CodeGen/AArch64/f16-instructions.ll | 13 + test/CodeGen/PowerPC/vec-trunc.ll | 293 +++------------------ 9 files changed, 183 insertions(+), 287 deletions(-) copy test/CodeGen/AArch64/GlobalISel/{select-fabs.mir => select-floor.mir} (61%)