[PATCH] D55243: [mir] Serialize DILocation inline when not possible to use a metadata reference
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 3 17:27:13 PST 2018
aprantl added inline comments.
================
Comment at: lib/CodeGen/MIRParser/MIParser.cpp:1706
+
+ if (expectAndConsume(MIToken::lparen))
+ return true;
----------------
I assume because of all the MIToken references there is no reasonable way that this code could be shared with LLParser?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55243/new/
https://reviews.llvm.org/D55243
More information about the llvm-commits
mailing list