[PATCH] D69077: [gicombiner] Add the MatchDag structure and parse instruction DAG's from the input
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 11:40:56 PST 2019
uweigand added a comment.
The new test case causes build bot failures (hidden by another failure that was already present):
http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/28934/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Aparse-match-pattern.td
/home/uweigand/sandbox/buildbot/clang-s390x-linux/llvm/llvm/test/TableGen/GICombinerEmitter/parse-match-pattern.td:212:16: error: CHECK-NEXT: expected string not found in input
// CHECK-NEXT: 0:$<def>, 1:mi0, 2:mi1
^
<stdin>:129:16: note: scanning from here
0:$<def>, 1:mi0, 2:mi1
^
<stdin>:130:2: note: possible intended match here
0:$<def>, 1:mi
^
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