This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ab90583eeb [TargetLowering] Add ISD::ROTL/ROTR vector expansion new 69dfdcbfa70 [ARM GlobalISel] Support exts and truncs for Thumb2
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/ARMInstructionSelector.cpp | 27 +- lib/Target/ARM/ARMLegalizerInfo.cpp | 6 +- test/CodeGen/ARM/GlobalISel/arm-legalize-exts.mir | 79 ++++++ test/CodeGen/ARM/GlobalISel/thumb-select-exts.mir | 288 ++++++++++++++++++++++ 4 files changed, 385 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-exts.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-exts.mir