This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2078d8cdd74 [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget new 3a4bfa616e8 [DAGCombine][ARM] Enable extending masked loads
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 39 + lib/Target/ARM/ARMISelLowering.cpp | 17 +- lib/Target/ARM/ARMInstrMVE.td | 102 +- lib/Target/ARM/ARMTargetTransformInfo.cpp | 17 +- lib/Target/X86/X86ISelLowering.cpp | 3 + .../Thumb2/LowOverheadLoops/mve-tail-data-types.ll | 820 +++-------- test/CodeGen/Thumb2/mve-masked-ldst.ll | 1412 +++++++++++++------ test/CodeGen/Thumb2/mve-masked-load.ll | 1482 ++++++++++++++++++-- test/CodeGen/Thumb2/mve-masked-store.ll | 506 ++++++- .../Transforms/LoopVectorize/ARM/mve-maskedldst.ll | 142 +- 10 files changed, 3335 insertions(+), 1205 deletions(-)