Displaying 3 results from an estimated 3 matches for "hexintconstant".
2015 Feb 02
2
[LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
...the original topic here are a few more
>>> items
>>> :)
>>>
>>> * Item 11 - hexadecimal integer constants
>>>
>>> The lexer handles hexadecimal integer constants, e.g. from
>>> lib/AsmParser/LLLexer.cpp
>>>
>>> /// HexIntConstant [us]0x[0-9A-Fa-f]+
>>>>
>>>
>>> This representation of integer constants is not mentioned in the language
>>> specification as far as I can tell.
>>>
>>>
>> I assume you are talking about the 'u' and 's' prefix? That se...
2015 Jan 28
4
[LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
Hello Sean,
Thank you for your reply. I'll give your suggestion to item 6 and 7 a
try tonight. I'll start a compilation and let it run throughout the
night. My laptop (x61s) is 8 years old by know, so compiling LLVM takes
a little time :)
Regarding item 8. I don't know if anyone is using "": in the wild so
fixing the implementation might make sense. If not the
2015 Jan 28
0
[LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
On Wed, Jan 28, 2015 at 6:28 PM, Robin Eklind <carl.eklind at myport.ac.uk>
wrote:
> Hello Sean,
>
> Thank you for your reply. I'll give your suggestion to item 6 and 7 a try
> tonight. I'll start a compilation and let it run throughout the night. My
> laptop (x61s) is 8 years old by know, so compiling LLVM takes a little time
> :)
>
This is why I did so much