[llvm-commits] Major regressions

Reid Spencer rspencer at reidspencer.com
Sat Apr 21 16:12:40 PDT 2007


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 for float. Perhaps that case isn't covered in
TargetData or there's something else wrong with TargetData?

Did you walk through it in the debugger?

Reid.

> 
> --
> Christopher Lamb
> 
> 
> 
> 
> On Apr 21, 2007, at 12:21 PM, Reid Spencer wrote:
> 
> > Jeff,
> > 
> > 
> > I'm seeing these too. They all seem to be related to Christopher
> > Lamb's
> > alignment changes. If he doesn't step up to fix soon, I'll revert
> > the
> > changes.
> > 
> > 
> > Reid.
> > 
> > 
> > On Sat, 2007-04-21 at 07:30 -0700, Jeff Cohen wrote:
> > > Commits in the last 12 hours or so have broken 34 regression tests
> > > and 
> > > caused 21 failure in llvm-test.  They appear to be concentrated in
> > > the 
> > > vector area.
> > > 
> > > 
> > > _______________________________________________
> > > llvm-commits mailing list
> > > llvm-commits at cs.uiuc.edu
> > > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> > 
> > 
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list