Displaying 2 results from an estimated 2 matches for "68da2e16".
2016 Jun 28
0
[BUG] 3.8 alignment/struct padding
On 28 June 2016 at 11:59, Ramkumar Ramachandra via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I have what appears to be an alignment/struct padding bug. An i64 is not
> correctly aligned to the 8-byte boundary, and this results in a mismatched
> struct size between C and LLVM. We are currently running 3.8, and did not see
> this bug in 3.5.
LLVM needs to be provided with a
2016 Jun 28
2
[BUG] 3.8 alignment/struct padding
Hi,
I have what appears to be an alignment/struct padding bug. An i64 is not
correctly aligned to the 8-byte boundary, and this results in a mismatched
struct size between C and LLVM. We are currently running 3.8, and did not see
this bug in 3.5.
Please advise.
Ram
--
%int128m_T = type { [2 x i64] }
%cint32_T = type { i32, i32 }
%creal_T = type { double, double }
%struct0_T = type { float,