On 22 August 2014 01:27, Quentin Colombet <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
