[AArch64] SME2 remove comma from the regression tests
authorCaroline Concatto <caroline.concatto@arm.com>
Tue, 1 Nov 2022 17:02:08 +0000 (17:02 +0000)
committerCaroline Concatto <caroline.concatto@arm.com>
Tue, 1 Nov 2022 17:44:41 +0000 (17:44 +0000)
commit0837bc1d041517ab29f86792288113409b7c6672
treeb65e735ac7eb3356a34422739038560de9124c0a
parentd700988984635f680245a03325e94c821b87f026
[AArch64] SME2 remove comma from the regression tests

This patch replaces:
 CHECK, INST by CHECK-INST
 the comma(,) by dash line(-) in the binary encoding

The mistake was introduced when we had to use pintVectoList and the test's
automated update was not checking that a comma should not replace these
parts of the test.
18 files changed:
llvm/test/MC/AArch64/SME2/add.s
llvm/test/MC/AArch64/SME2/bfmlal.s
llvm/test/MC/AArch64/SME2/bfmlsl.s
llvm/test/MC/AArch64/SME2/fmla.s
llvm/test/MC/AArch64/SME2/fmlal.s
llvm/test/MC/AArch64/SME2/fmls.s
llvm/test/MC/AArch64/SME2/fmlsl.s
llvm/test/MC/AArch64/SME2/smlal.s
llvm/test/MC/AArch64/SME2/smlall.s
llvm/test/MC/AArch64/SME2/smlsl.s
llvm/test/MC/AArch64/SME2/smlsll.s
llvm/test/MC/AArch64/SME2/sub.s
llvm/test/MC/AArch64/SME2/sumlall.s
llvm/test/MC/AArch64/SME2/umlal.s
llvm/test/MC/AArch64/SME2/umlall.s
llvm/test/MC/AArch64/SME2/umlsl.s
llvm/test/MC/AArch64/SME2/umlsll.s
llvm/test/MC/AArch64/SME2/usmlall.s