This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3eae0cb [APInt] Remove unused functions from the APIntOps namespace. [...] new 406105d [APInt] Rewrite getLoBits in a way that will do one less memo [...] new a694469 [PowerPC] add tests for setcc+setcc+logic; NFC
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/Support/APInt.cpp | 7 +- test/CodeGen/PowerPC/setcc-logic.ll | 313 ++++++++++++++++++++++++++++++++++++ unittests/ADT/APIntTest.cpp | 18 +++ 3 files changed, 335 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/PowerPC/setcc-logic.ll