[PATCH] D78434: [mlir] resolve types from attributes in assemblyFormat
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 11:17:27 PDT 2020
rriddle added inline comments.
================
Comment at: mlir/tools/mlir-tblgen/OpFormatGen.cpp:735
continue;
// Ensure that we don't verify the same variables twice.
const NamedTypeConstraint *variable = resolver.getVariable();
----------------
rriddle wrote:
> We will also need to add verification of the attribute here if the transformer is non-trivial.
Although I suspect 99% of the cases are already handled because we check the storage type when parsing, happy to leave this as a followup for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78434/new/
https://reviews.llvm.org/D78434
More information about the llvm-commits
mailing list