[PATCH] D69077: [gicombiner] Add the MatchDag structure and parse instruction DAG's from the input

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 16:59:08 PST 2019


phosek added a comment.

We're seeing a different failure on our 2-stage bots (in second stage):

  /b/s/w/ir/k/llvm-project/llvm/test/TableGen/GICombinerEmitter/parse-match-pattern.td:30:17: error: CHECK-LABEL: expected string not found in input
  // CHECK-LABEL: Parsed rule defs/match for 'trivial'
                  ^
  <stdin>:1:1: note: scanning from here
  llvm-tblgen: for the -d option: may not occur within a group!
  ^
  <stdin>:3:11: note: possible intended match here
  llvm-tblgen: Did you mean '-d'?
            ^


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69077





More information about the llvm-commits mailing list