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

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 17:29:53 PST 2019


FWIW this is the error I was seeing locally as well.

-eric

On Tue, Dec 17, 2019 at 4:59 PM Petr Hosek via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> wrote:

> 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
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191217/7ee1bfdd/attachment.html>


More information about the llvm-commits mailing list