[all-commits] [llvm/llvm-project] 12592a: Add commutable attribute to opcodes for ARC

Mark Schimmel via All-commits all-commits at lists.llvm.org
Fri Jun 4 09:55:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12592a439ae53fe35f6b70ee7e2eea60000d3063
      https://github.com/llvm/llvm-project/commit/12592a439ae53fe35f6b70ee7e2eea60000d3063
  Author: Mark Schimmel <marksl at synopsys.com>
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
    M llvm/lib/Target/ARC/ARCInstrInfo.td

  Log Message:
  -----------
  Add commutable attribute to opcodes for ARC

This patch sets the isCommutable attribute for several opcodes that have
the "reg = OPCODE reg, reg" format.

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




More information about the All-commits mailing list