This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 937feb0cb0a Move getOpcode() call into if statement. NFCI. new 14a15e16352 [NFC][Utils] deleteDeadLoop(): add an assert that exit bloc [...] new bd7d65fb0aa [NFC] Instruction: introduce replaceSuccessorWith() functio [...] new 14d59d23ed0 [NFC] PHINode: introduce replaceIncomingBlockWith() functio [...] new fb75d573291 [NFC] BasicBlock: refactor changePhiUses() out of replacePh [...] new 261aa93b1b4 [NFC] BasicBlock: generalize replaceSuccessorsPhiUsesWith() [...]
The 5 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: include/llvm/IR/BasicBlock.h | 8 ++++ include/llvm/IR/Instruction.h | 4 ++ include/llvm/IR/Instructions.h | 8 ++++ lib/CodeGen/CodeGenPrepare.cpp | 6 +-- lib/IR/BasicBlock.cpp | 48 ++++++++++------------ lib/IR/Instruction.cpp | 7 ++++ .../Scalar/InductiveRangeCheckElimination.cpp | 20 +-------- lib/Transforms/Scalar/LoopInterchange.cpp | 27 ++++-------- lib/Transforms/Utils/LoopSimplify.cpp | 4 +- lib/Transforms/Utils/LoopUtils.cpp | 10 +++-- 10 files changed, 68 insertions(+), 74 deletions(-)