[all-commits] [llvm/llvm-project] 4c69b1: [AArch64] Fix rottype use in complex instr defs.

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Dec 8 13:16:44 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c69b1b98a9aeda363c7126a0cfa6e2e88e593c5
      https://github.com/llvm/llvm-project/commit/4c69b1b98a9aeda363c7126a0cfa6e2e88e593c5
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-12-08 (Tue, 08 Dec 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td

  Log Message:
  -----------
  [AArch64] Fix rottype use in complex instr defs.

It seems like the order here is wrong. Types like i32 do not take any
arguments.

Currently this is not a problem, because the patterns are not actually
used with any nodes, but will fail once it is used with real ISD nodes.

Reviewed By: dmgreen

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




More information about the All-commits mailing list