[all-commits] [llvm/llvm-project] d6994f: [M68k][Disassembler] Fix decoding conflict

Sheng via All-commits all-commits at lists.llvm.org
Sat May 21 19:35:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6994f7ccc25b81f59f5daf5374676ac2b00f08a
      https://github.com/llvm/llvm-project/commit/d6994f7ccc25b81f59f5daf5374676ac2b00f08a
  Author: Sheng <ox59616e at gmail.com>
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
    M llvm/lib/Target/M68k/M68kInstrData.td

  Log Message:
  -----------
  [M68k][Disassembler] Fix decoding conflict

This diff fixes decoding conflict between move instructions and
their tail-call counterpart

Reviewed By: myhsu

Differential Revision: https://reviews.llvm.org/D125948


  Commit: 09865ae95dbf0322bbf3e7b3847b2b11373a0297
      https://github.com/llvm/llvm-project/commit/09865ae95dbf0322bbf3e7b3847b2b11373a0297
  Author: Sheng <ox59616e at gmail.com>
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
    M llvm/test/MC/Disassembler/M68k/data.txt

  Log Message:
  -----------
  [NFC][M68k][test] Add disassembler tests for move instructions


Compare: https://github.com/llvm/llvm-project/compare/0e8ac3a79741...09865ae95dbf


More information about the All-commits mailing list