Displaying 1 result from an estimated 1 matches for "3f1512c7".
2017 Jun 16
2
About CodeGen quality
On 6/15/2017 11:13 PM, Ehsan Amiri wrote:
>
> Forgot to reply to all
>
> Hi Eli
>
>> We want to read S->b for example. The size of struct S is 64
>> bits, and seems LLVM treats it as i64.
>> Below is the IR corresponding to S->b, IIRC.
>>
>> %0 = load i64, *i64 ptr, align 4;
>> %1 = %0 lshr 8;