This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a79f59563a [SystemZ] Minor cleanup of SchedModels new 041c1c53bbe [ARM GlobalISel] Select load/store for Thumb2 new a4a9a18651e [lit]Add llvm-readelf to tool substitutions
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/Target/ARM/ARMInstructionSelector.cpp | 18 ++++- lib/Target/ARM/ARMLegalizerInfo.cpp | 22 ++++-- .../ARM/GlobalISel/arm-legalize-load-store.mir | 49 +++++++++++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 28 ++------ .../ARM/GlobalISel/thumb-select-load-store.mir | 84 ++++++++++++++++++++++ test/lit.cfg.py | 10 +-- 6 files changed, 176 insertions(+), 35 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-load-store.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-load-store.mir