[LLVMdev] 3.6.1 Release Update
Renato Golin
renato.golin at linaro.org
Tue May 5 05:02:57 PDT 2015
On 4 May 2015 at 21:55, Tom Stellard <tom at stellard.net> wrote:
> I am no longer accepting new patch nominations for the 3.6.1 branches.
> There are a handful of outstanding patches waiting for approval from
> code owners, I may still merge these if I get code owner approval before
> the start of 'official' testing.
Hi Tom,
Where's the list? Is there any ARM left?
> Here is the regression: https://llvm.org/bugs/show_bug.cgi?id=23407
> It looks like this was caused by r236066-r236068.
Is anyone looking at this? The bug is unassigned... Ahmed, can you have a look?
LowerCallTo has a comment that worries me:
/// FIXME: When all targets are
/// migrated to using LowerCall, this hook should be integrated into SDISel.
Does that mean if LowerCall is called directly, it won't fix the tail
call reusing the stack pointer? Can they be called interchangeably by
the same back-end on different occasions?
This may well be a red herring, though...
cheers,
--renato
More information about the llvm-dev
mailing list