This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4175d2c7f05 Re-commit r315885: [globalisel][tblgen] Add support for iPT [...] new a7d4828a91f [PowerPC] Eliminate sign- and zero-extensions if already si [...] new e53750e1e08 bpf: fix bug on silently truncating 64-bit immediate
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/BPF/BPFISelLowering.cpp | 8 +- lib/Target/BPF/BPFInstrInfo.td | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 4 + lib/Target/PowerPC/PPCInstrInfo.cpp | 239 +++++++++++++++++++++ lib/Target/PowerPC/PPCInstrInfo.h | 15 ++ lib/Target/PowerPC/PPCMIPeephole.cpp | 216 +++++++++++++++++++ lib/Target/PowerPC/PPCMachineFunctionInfo.cpp | 14 ++ lib/Target/PowerPC/PPCMachineFunctionInfo.h | 18 ++ test/CodeGen/BPF/select_ri.ll | 35 +++ test/CodeGen/PowerPC/expand-isel.ll | 4 +- .../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 12 +- .../PowerPC/p8-scalar_vector_conversions.ll | 48 ----- test/CodeGen/PowerPC/ppc-ctr-dead-code.ll | 2 +- 13 files changed, 552 insertions(+), 65 deletions(-)