This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ab7c7b Revert: r296141 [APInt] Add APInt::extractBits() method to ex [...] new 98ee128 [CGP] Split some critical edges coming out of indirect branches new de428a4 [Target/MIPS] Kill dead code, no functional change intended.
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 | 155 +++++++++++++ lib/Target/Mips/MipsISelLowering.cpp | 11 - test/CodeGen/ARM/indirectbr.ll | 1 + test/CodeGen/MSP430/indirectbr2.ll | 2 +- test/CodeGen/PowerPC/indirectbr.ll | 36 ++- test/Transforms/CodeGenPrepare/X86/computedgoto.ll | 254 +++++++++++++++++++++ 6 files changed, 435 insertions(+), 24 deletions(-) create mode 100644 test/Transforms/CodeGenPrepare/X86/computedgoto.ll