This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from daba8d4a7c5 [ARM] Make sure that the constant pool does not keep in the [...] new aad23eb933e Silence a conversion warning after r366887. NFC new 366cce74007 [ARM] Basic And/Or/Xor handling for MVE predicates
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/ARMInstrMVE.td | 26 ++ test/CodeGen/Thumb2/mve-pred-and.ll | 539 +++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-pred-not.ll | 387 ++++++++++++++++++ test/CodeGen/Thumb2/mve-pred-or.ll | 568 ++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-pred-xor.ll | 570 +++++++++++++++++++++++++++ unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 4 +- 6 files changed, 2092 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-pred-and.ll create mode 100644 test/CodeGen/Thumb2/mve-pred-not.ll create mode 100644 test/CodeGen/Thumb2/mve-pred-or.ll create mode 100644 test/CodeGen/Thumb2/mve-pred-xor.ll