[PATCH] D79317: Check type for forward reference definition
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 4 10:44:06 PDT 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/lib/Parser/Parser.cpp:3630
+ .attachNote(getEncodedSourceLocation(entries[useInfo.number].second))
+ .append("previously specified type ", existing.getType());
+ }
----------------
nit: previously used here with type
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79317/new/
https://reviews.llvm.org/D79317
More information about the llvm-commits
mailing list