r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.

Renato Golin renato.golin at linaro.org
Mon Aug 25 05:23:10 PDT 2014


On 22 August 2014 01:27, Quentin Colombet <qcolombet at apple.com> wrote:
> Author: qcolombet
> Date: Thu Aug 21 19:27:52 2014
> New Revision: 216249
>
> URL: http://llvm.org/viewvc/llvm-project?rev=216249&view=rev
> Log:
> [test/CodeGen/ARM] Adpat test to match new codegen after r216236.


Hi Quentin,

I think removing the tests is not a good idea, since they're not
testing optimizations, but the correct lowering of the intrinsics.

The right way of fixing this test is to avoid the optimization to
occur, by making the parameters extern variables or the like.

cheers,
--renato



More information about the cfe-commits mailing list