This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2541a59ac39 Fix some more -Wimplicit-fallthrough warnings. NFCI. new 9163803bf0f [PPC CodeGen] Expand the bitreverse.i32 intrinsic.
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/PPCISelLowering.cpp | 3 ++ lib/Target/PowerPC/PPCInstrInfo.td | 68 ++++++++++++++++++++++++++++++++++ test/CodeGen/PowerPC/bitreverse.ll | 23 ------------ test/CodeGen/PowerPC/pr33093.ll | 67 +++++++++++++++++++++++++++++++++ test/CodeGen/PowerPC/testBitReverse.ll | 42 +++++++++++++++++++++ 5 files changed, 180 insertions(+), 23 deletions(-) delete mode 100644 test/CodeGen/PowerPC/bitreverse.ll create mode 100644 test/CodeGen/PowerPC/pr33093.ll create mode 100644 test/CodeGen/PowerPC/testBitReverse.ll