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

David Goodwin david_goodwin at apple.com
Thu Oct 1 10:44:37 PDT 2009


Yes, because I moved the flag that enabled it into TargetSubtarget and  
X86 didn't have a way to turn it on. When I fix that I will restore  
the test.

David

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