This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed52756 Refactor debugging code, NFC. new 11dea5d [CodeGenPrepare] Don't sink a cast past its user new 7a54485 Add optimization bisect opt-in calls for PowerPC passes
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/CodeGenPrepare.cpp | 5 +++++ lib/Target/PowerPC/PPCBoolRetToInt.cpp | 3 +++ lib/Target/PowerPC/PPCCTRLoops.cpp | 3 +++ lib/Target/PowerPC/PPCEarlyReturn.cpp | 3 +++ lib/Target/PowerPC/PPCLoopPreIncPrep.cpp | 3 +++ lib/Target/PowerPC/PPCMIPeephole.cpp | 2 ++ lib/Target/PowerPC/PPCQPXLoadSplat.cpp | 3 +++ lib/Target/PowerPC/PPCTargetMachine.cpp | 8 ++++--- lib/Target/PowerPC/PPCVSXFMAMutate.cpp | 3 +++ lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 3 +++ test/Transforms/CodeGenPrepare/X86/pr27536.ll | 32 +++++++++++++++++++++++++++ 11 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/CodeGenPrepare/X86/pr27536.ll