[all-commits] [llvm/llvm-project] 0837bc: [AArch64] SME2 remove comma from the regression tests
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Tue Nov 1 10:48:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0837bc1d041517ab29f86792288113409b7c6672
https://github.com/llvm/llvm-project/commit/0837bc1d041517ab29f86792288113409b7c6672
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M llvm/test/MC/AArch64/SME2/add.s
M llvm/test/MC/AArch64/SME2/bfmlal.s
M llvm/test/MC/AArch64/SME2/bfmlsl.s
M llvm/test/MC/AArch64/SME2/fmla.s
M llvm/test/MC/AArch64/SME2/fmlal.s
M llvm/test/MC/AArch64/SME2/fmls.s
M llvm/test/MC/AArch64/SME2/fmlsl.s
M llvm/test/MC/AArch64/SME2/smlal.s
M llvm/test/MC/AArch64/SME2/smlall.s
M llvm/test/MC/AArch64/SME2/smlsl.s
M llvm/test/MC/AArch64/SME2/smlsll.s
M llvm/test/MC/AArch64/SME2/sub.s
M llvm/test/MC/AArch64/SME2/sumlall.s
M llvm/test/MC/AArch64/SME2/umlal.s
M llvm/test/MC/AArch64/SME2/umlall.s
M llvm/test/MC/AArch64/SME2/umlsl.s
M llvm/test/MC/AArch64/SME2/umlsll.s
M llvm/test/MC/AArch64/SME2/usmlall.s
Log Message:
-----------
[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.
More information about the All-commits
mailing list