[PATCH] D83710: TableGen/GlobalISel: Allow output instructions with multiple defs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 14:12:11 PDT 2020


arsenm marked an inline comment as done.
arsenm added inline comments.


================
Comment at: llvm/test/TableGen/GlobalISelEmitter-output-discard.td:1
+// RUN: llvm-tblgen -gen-global-isel -warn-on-skipped-patterns -I %p/../../include -I %p/Common %s -o - < %s | FileCheck -check-prefix=GISEL %s
+
----------------
madhur13490 wrote:
> You many want to check with -optimize-match-table=true and false too.
We're not really optimizing this and adding a second set of checks increases the maintenance cost of the test


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83710/new/

https://reviews.llvm.org/D83710





More information about the llvm-commits mailing list