[llvm-commits] [llvm] r83128 - /llvm/trunk/test/CodeGen/X86/break-anti-dependencies.ll

David Goodwin david_goodwin at apple.com
Thu Oct 1 14:47:43 PDT 2009


Regression restores with this change:

Sending        lib/CodeGen/PostRASchedulerList.cpp
Sending        lib/Target/ARM/ARM.td
Sending        lib/Target/ARM/ARMSubtarget.cpp
Sending        test/CodeGen/ARM/2009-08-21-PostRAKill.ll
Sending        test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
Sending        test/CodeGen/ARM/2009-08-21-PostRAKill3.ll
Sending        test/CodeGen/ARM/2009-08-21-PostRAKill4.ll
Sending        test/CodeGen/ARM/2009-09-01-PostRAProlog.ll
Adding         test/CodeGen/X86/break-anti-dependencies.ll
Transmitting file data .........
Committed revision 83215.


On Oct 1, 2009, at 10:33 AM, Dan Gohman wrote:

>
> On Sep 29, 2009, at 5:23 PM, David Goodwin wrote:
>
>> Author: david_goodwin
>> Date: Tue Sep 29 19:23:57 2009
>> New Revision: 83128
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=83128&view=rev
>> Log:
>> Remove regression that requires post-RA scheduling from a target  
>> that does not use that scheduler.
>
> Was this test causing problems? If not, please re-instate it. Even  
> though
> the post-RA scheduler isn't enabled by default on x86, it can still be
> used on x86.
>
> Dan
>




More information about the llvm-commits mailing list