This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5a5e3cc42ff gn build: Merge r360671 new 14e3c540409 [ARM] Cortex-M4 schedule
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/ARM.td | 20 +++- lib/Target/ARM/ARMInstrThumb.td | 28 +++--- lib/Target/ARM/ARMInstrThumb2.td | 52 +++++----- lib/Target/ARM/ARMSchedule.td | 2 +- lib/Target/ARM/ARMScheduleM3.td | 20 ---- lib/Target/ARM/ARMScheduleM4.td | 119 +++++++++++++++++++++++ test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll | 30 +++--- test/CodeGen/ARM/aapcs-hfa-code.ll | 4 +- test/CodeGen/ARM/useaa.ll | 2 + test/CodeGen/Thumb2/ifcvt-no-branch-predictor.ll | 6 +- test/CodeGen/Thumb2/m4-sched-ldr.mir | 60 ++++++++++++ test/CodeGen/Thumb2/m4-sched-regs.ll | 52 ++++++++++ 12 files changed, 310 insertions(+), 85 deletions(-) delete mode 100644 lib/Target/ARM/ARMScheduleM3.td create mode 100644 lib/Target/ARM/ARMScheduleM4.td create mode 100644 test/CodeGen/Thumb2/m4-sched-ldr.mir create mode 100644 test/CodeGen/Thumb2/m4-sched-regs.ll