[PATCH] D47424: [MIRParser] Add parser support for 'true' and 'false' i1s.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 27 09:08:59 PDT 2018
aemerson created this revision.
aemerson added reviewers: thegameg, rtereshin.
Herald added a reviewer: javed.absar.
We already output true and false in the printer, but the parser isn't able to read it.
Repository:
rL LLVM
https://reviews.llvm.org/D47424
Files:
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
test/CodeGen/MIR/AArch64/parse-integer-true-false.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47424.148754.patch
Type: text/x-patch
Size: 4880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180527/defcfd39/attachment.bin>
More information about the llvm-commits
mailing list