[PATCH] D77293: [mlir][DeclarativeParser] Emit an error if a `:` follows an attribute with a non-constant type.

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 09:12:22 PDT 2020


lattner accepted this revision.
lattner added a comment.

Awesome, thank you River!  Is this also introducing TypedStrAttr as a new way to specify an attribute that cannot have a ": type" production in the parser?  Is there a way to spell that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77293





More information about the llvm-commits mailing list