This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a601615137 [X86] Simplify the setOperationAction handling for fp_to_ui [...] new 17a663f4744 [ARM] Select vmla new 5a59f3c7bbc [MachinePipeliner] Add a way to unit-test the schedule emitter
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: include/llvm/CodeGen/ModuloSchedule.h | 18 +++ include/llvm/InitializePasses.h | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/MachinePipeliner.cpp | 13 ++ lib/CodeGen/ModuloSchedule.cpp | 114 +++++++++++++++++ lib/Target/ARM/ARMInstrMVE.td | 15 +++ test/CodeGen/Hexagon/pipeliner/swp-phi-start.mir | 151 +++++++++++++++++++++++ test/CodeGen/Thumb2/mve-vmla.ll | 80 ++++++++++++ 8 files changed, 393 insertions(+) create mode 100644 test/CodeGen/Hexagon/pipeliner/swp-phi-start.mir create mode 100644 test/CodeGen/Thumb2/mve-vmla.ll