[llvm] r329287 - ARM: Do not spill CSR to stack on entry to noreturn functions

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 08:26:30 PDT 2018


Well, I eventually managed to reproduce it but then noticed 2 things:

1. The bot magically fixed itself after what looks like a list of
unrelated commits (first green build after the failure is 9355).
2. Reverting the patch locally didn't fix the issue for me.

So I don't know what's going on but until I see firm evidence
otherwise I'm going to assume it wasn't this patch.

Cheers.

Tim.

On 6 April 2018 at 07:55, Tim Northover <t.p.northover at gmail.com> wrote:
> Hi Vitaly,
>
> On 6 April 2018 at 01:38, Vitaly Buka via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> This patch breaks UBSAN tests on Android
>
> If I squint a bit I can sort of see how this patch might cause a
> failure like that, but I reverted it locally and saw no CodeGen change
> in the failing file. I'll try to reproduce it locally today, but my
> environments will be pretty approximate (iOS and Debian on ARM). Do
> you have access to get artefacts off the builder if that fails?
>
> Cheers.
>
> Tim.


More information about the llvm-commits mailing list