This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f23c0f Add positive test for sqrt "partial inlining". NFC. new 76894fb NewGVN: Track the maximum number of iterations GVN takes on a [...] new 68c8494 [PowerPC] Fix logic dealing with nop after calls (and tail-ca [...] new 190574e Remove accidentally target-dependent test and pacify bots.
The 3 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 | 79 +++++++------ lib/Transforms/Scalar/NewGVN.cpp | 5 +- test/CodeGen/PowerPC/ppc64-blnop.ll | 129 +++++++++++++++++++++ test/CodeGen/PowerPC/ppc64-sibcall.ll | 8 +- .../PartiallyInlineLibCalls/good-prototype.ll | 23 ---- 5 files changed, 176 insertions(+), 68 deletions(-) create mode 100644 test/CodeGen/PowerPC/ppc64-blnop.ll delete mode 100644 test/Transforms/PartiallyInlineLibCalls/good-prototype.ll