[llvm] r262440 - revert r262424 because there's a *clang test* for AArch64 that checks -O3 asm output

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 01:05:39 PST 2016


On 2 March 2016 at 01:04, Sanjay Patel via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: spatel
> Date: Tue Mar  1 19:04:09 2016
> New Revision: 262440
>
> URL: http://llvm.org/viewvc/llvm-project?rev=262440&view=rev
> Log:
> revert r262424 because there's a *clang test* for AArch64 that checks -O3 asm output
> that is broken by this change

The question is whether the test caught something worthy or not.

I'm not discussing the validity of such tests, just that we may need
to move it down to LLVM with care, rather than ignore or remove the
test.

Which test was it and how did it fail?

cheers,
--renato


More information about the llvm-commits mailing list