This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8959f2e [GlobalISel] Use the same name for all remarks. new 8981fc9 [CGP] Split some critical edges coming out of indirect branches
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/CodeGen/CodeGenPrepare.cpp | 155 +++++++++++++++ test/CodeGen/ARM/indirectbr.ll | 1 + test/CodeGen/MSP430/indirectbr2.ll | 2 +- test/CodeGen/PowerPC/indirectbr.ll | 36 ++-- test/Transforms/CodeGenPrepare/computedgoto.ll | 254 +++++++++++++++++++++++++ 5 files changed, 435 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/CodeGenPrepare/computedgoto.ll