[PATCH] AsmParser: Add a function to parse a standalone type and value
Duncan P. N. Exon Smith
dexonsmith at apple.com
Tue Jul 14 19:45:43 PDT 2015
> On 2015-Jun-30, at 16:45, Alex Lorenz <arphaman at gmail.com> wrote:
>
> Rebased this patch on top of trunk and made the public method 'parseStandaloneConstantValue' consistent with the other methods.
>
>
> REPOSITORY
> rL LLVM
>
> http://reviews.llvm.org/D10280
>
> Files:
> include/llvm/AsmParser/Parser.h
> lib/AsmParser/LLParser.cpp
> lib/AsmParser/LLParser.h
> lib/AsmParser/Parser.cpp
> unittests/AsmParser/AsmParserTest.cpp
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
> <D10280.28829.patch>
This mostly LGTM. Can you add a test using `blockaddress`?
http://llvm.org/docs/LangRef.html#addresses-of-basic-blocks
More information about the llvm-commits
mailing list