This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4783e3ce2b3 TableGen: Add address space to matchers new 59e121a7ce9 TableGen/GlobalISel: Fix handling of truncstore patterns new 243b4a424c7 [LoopUnroll+LoopUnswitch] do not transform loops containing callbr
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/Analysis/LoopInfo.cpp | 5 ++- test/TableGen/address-space-patfrags.td | 38 +++++++++++++++++++ test/Transforms/LoopUnroll/callbr.ll | 51 +++++++++++++++++++++++++ test/Transforms/LoopUnswitch/callbr.ll | 66 +++++++++++++++++++++++++++++++++ utils/TableGen/GlobalISelEmitter.cpp | 9 ++++- 5 files changed, 167 insertions(+), 2 deletions(-) create mode 100644 test/Transforms/LoopUnroll/callbr.ll create mode 100644 test/Transforms/LoopUnswitch/callbr.ll