Displaying 2 results from an estimated 2 matches for "getabialign".
2007 Apr 21
3
[LLVMdev] [llvm-commits] Major regressions
On Apr 21, 2007, at 6:12 PM, Reid Spencer wrote:
> On Sat, 2007-04-21 at 18:07 -0500, Christopher Lamb wrote:
>> I'm getting a regression after my fixes that's coming from
>> getABIAlignment not finding an alignment to use for a <float x1>
>> type,
>> is this a bug?
>
> It could be. <float x 1> isn't a useful vector so it probably doesn't
> have an ABI Alignment. It should, however, default to whatever the
> target's alignment is fo...
2007 Apr 21
0
[LLVMdev] [llvm-commits] Major regressions
On Sat, 2007-04-21 at 18:28 -0500, Christopher Lamb wrote:
> On Apr 21, 2007, at 6:12 PM, Reid Spencer wrote:
>
> > On Sat, 2007-04-21 at 18:07 -0500, Christopher Lamb wrote:
> >> I'm getting a regression after my fixes that's coming from
> >> getABIAlignment not finding an alignment to use for a <float x1>
> >> type,
> >> is this a bug?
> >
> > It could be. <float x 1> isn't a useful vector so it probably doesn't
> > have an ABI Alignment. It should, however, default to whatever the
> >...