Re: r263048 - ARM & AArch64: convert asm tests to LLVM IR and restrict optimizations.

2016-03-09 Thread Eric Christopher via cfe-commits
On Wed, Mar 9, 2016 at 1:32 PM Tim Northover via cfe-commits < cfe-commits@lists.llvm.org> wrote: > On 9 March 2016 at 13:20, David Blaikie via cfe-commits > wrote: > > If we are touching these tests at all, as a cleanup, why aren't we > adjusting > > them to not pass through the llvm optimizers/

Re: r263048 - ARM & AArch64: convert asm tests to LLVM IR and restrict optimizations.

2016-03-09 Thread Tim Northover via cfe-commits
On 9 March 2016 at 13:20, David Blaikie via cfe-commits wrote: > If we are touching these tests at all, as a cleanup, why aren't we adjusting > them to not pass through the llvm optimizers/code generators at all? > Generally we are pretty clear that any test in Clang looking at llvms > generated a

r263048 - ARM & AArch64: convert asm tests to LLVM IR and restrict optimizations.

2016-03-09 Thread Tim Northover via cfe-commits
Modified: cfe/trunk/test/CodeGen/builtins-arm-exclusive.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtins-arm-exclusive.c?rev=263048&r1=263047&r2=263048&view=diff == --- cfe/trunk/test/CodeGen/buil