[all-commits] [llvm/llvm-project] 22201f: [M68k][test] Remove redundant CHECK-LABEL directive

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Sun Apr 3 22:54:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22201f499da21770d422b614b46720fbbe24a82a
      https://github.com/llvm/llvm-project/commit/22201f499da21770d422b614b46720fbbe24a82a
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2022-04-03 (Sun, 03 Apr 2022)

  Changed paths:
    M llvm/test/CodeGen/M68k/varargs.ll

  Log Message:
  -----------
  [M68k][test] Remove redundant CHECK-LABEL directive

The associated test had a redundant CHECK-LABEL directive that might fail
the test since the inception, but this issue was "burried" by a missing
colon, which was addressed in fb65aaf0be09936e657d339f3dc8e62666a41956.
Thus, the test finally failed after the said commit.

This patch remove that CHECK-LABEL directive.


  Commit: fccdc5618d97601b73e989602ee7decc727814dd
      https://github.com/llvm/llvm-project/commit/fccdc5618d97601b73e989602ee7decc727814dd
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2022-04-03 (Sun, 03 Apr 2022)

  Changed paths:
    M llvm/lib/Target/M68k/M68kInstrShiftRotate.td
    M llvm/test/MC/Disassembler/M68k/shift-rotate.txt

  Log Message:
  -----------
  [M68k] Adopt VarLenCodeEmitter for shift / rotate instructions

This patch is covered by existing MC tests.


Compare: https://github.com/llvm/llvm-project/compare/948f3deca91a...fccdc5618d97


More information about the All-commits mailing list