This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 430591f [x86] Fix a bug in the auto-upgrade from r276416 where we fai [...] new 822ef54 [ARM] Improve sxta{b|h} and uxta{b|h} tests
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/ARMInstrFormats.td | 3 + lib/Target/ARM/ARMInstrInfo.td | 11 +++ lib/Target/ARM/ARMInstrThumb2.td | 31 ++++--- test/CodeGen/ARM/sxt_rot.ll | 98 +++++++++++++++++++-- test/CodeGen/ARM/uxt_rot.ll | 156 ++++++++++++++++++++++++++++++++-- test/CodeGen/Thumb2/thumb2-sxt-uxt.ll | 76 +++++++++++++++++ test/CodeGen/Thumb2/thumb2-sxt_rot.ll | 35 +++++++- test/CodeGen/Thumb2/thumb2-uxt_rot.ll | 50 +++++++++-- 8 files changed, 423 insertions(+), 37 deletions(-)