Re: [llvm-commits] [patch] fix the alignment of i64 and f64 on linux x86-64

2007-08-28 Thread Dan Gohman
>> According to table 3.1 of http://www.x86-64.org/documentation/abi.pdf, >> the i64 and f64 types should have 8 byte alignment. >> >> The attached patch changes this for targets that are not darwin. > > Dan, Evan, is this ok? Evan, doesn't darwin follow the same ABI on > x86-64? It looks good

Re: [llvm-commits] [patch] fix the alignment of i64 and f64 on linux x86-64

2007-08-27 Thread Chris Lattner
On Aug 24, 2007, at 6:31 AM, Rafael Espindola wrote: > According to table 3.1 of http://www.x86-64.org/documentation/abi.pdf, > the i64 and f64 types should have 8 byte alignment. > > The attached patch changes this for targets that are not darwin. Dan, Evan, is this ok? Evan, doesn't darwin foll