This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a01753 [DAGCombiner] reduce code duplication with local variables; NFCI new 522a572 [PPC] In PPCBoolRetToInt change the bool value to i64 if the [...]
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/PPC.h | 2 +- lib/Target/PowerPC/PPCBoolRetToInt.cpp | 52 ++++++++++++++++++++---------- lib/Target/PowerPC/PPCTargetMachine.cpp | 2 +- test/CodeGen/PowerPC/BoolRetToIntTest-2.ll | 20 ++++++++++++ test/CodeGen/PowerPC/BoolRetToIntTest.ll | 28 ++++++++-------- 5 files changed, 71 insertions(+), 33 deletions(-) create mode 100644 test/CodeGen/PowerPC/BoolRetToIntTest-2.ll