This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a66e032 [AMDGPU] Expand vector mulhu/mulhs new 9b12d6a [Thumb-1] Synthesize TBB/TBH instructions to make use of comp [...]
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/Target/ARM/ARMAsmPrinter.cpp | 80 +++++++++++++++ lib/Target/ARM/ARMConstantIslandPass.cpp | 108 ++++++++++++++++++--- lib/Target/ARM/ARMInstrThumb.td | 12 +++ .../ARM/arm-position-independence-jump-table.ll | 35 +++---- test/CodeGen/ARM/constant-island-crash.ll | 43 ++++++++ test/CodeGen/ARM/jump-table-tbh.ll | 56 +++++++++++ test/CodeGen/Thumb2/thumb2-jtb.ll | 1 + test/CodeGen/Thumb2/thumb2-tbb.ll | 9 ++ test/CodeGen/Thumb2/thumb2-tbh.ll | 8 +- 9 files changed, 314 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/ARM/constant-island-crash.ll create mode 100644 test/CodeGen/ARM/jump-table-tbh.ll