[llvm-commits] [llvm] r138977 - in /llvm/trunk: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp test/CodeGen/ARM/2011-06-09-TailCallByVal.ll test/CodeGen/Mips/cprestore.ll test/CodeGen/Mips/largeimmprinting.ll test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll

Dan Gohman gohman at apple.com
Fri Sep 2 17:16:27 PDT 2011


On Sep 2, 2011, at 4:48 PM, Andrew Trick wrote:

> On Sep 1, 2011, at 4:07 PM, Dan Gohman wrote:
>> Author: djg
>> Date: Thu Sep  1 18:07:08 2011
>> New Revision: 138977
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=138977&view=rev
>> Log:
>> Revert r131152, r129796, r129761. This code is currently considered
>> to be unreliable on platforms which require memcpy calls, and it is
>> complicating broader legalize cleanups. It is hoped that these cleanups
>> will make memcpy byval easier to implement in the future.
> 
> Dan,
> 
> Can you properly XFAIL this test now?

Done.

Dan





More information about the llvm-commits mailing list