[all-commits] [llvm/llvm-project] 028d62: [M68k] Replace unknown operand with explicit type

Ricky Taylor via All-commits all-commits at lists.llvm.org
Fri Mar 19 06:45:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 028d6250eac5b8ec3624daaff954d9e52108caf4
      https://github.com/llvm/llvm-project/commit/028d6250eac5b8ec3624daaff954d9e52108caf4
  Author: Ricky Taylor <rickytaylor26 at gmail.com>
  Date:   2021-03-19 (Fri, 19 Mar 2021)

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

  Log Message:
  -----------
  [M68k] Replace unknown operand with explicit type

Replace the unknown operand used for immediate operands for DIV/MUL with a fixed 16-bit immediate.

This is required since the assembly parser generator requires that all operands are typed.

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




More information about the All-commits mailing list