[llvm-commits] [llvm] r127208 - in /llvm/trunk: lib/Target/X86/ test/CodeGen/X86/

Eric Christopher echristo at apple.com
Tue Mar 8 16:43:31 PST 2011


On Mar 8, 2011, at 4:42 PM, Eli Friedman wrote:

>> Modified: llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll?rev=127208&r1=127207&r2=127208&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll (original)
>> +++ llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll Mon Mar  7 20:42:25 2011
>> @@ -1,5 +1,4 @@
>> -; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah  | not grep pcmpeqd
>> -; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah  | grep orps | grep CPI0_2  | count 2
>> +; RUN: llc < %s -mtriple=i386-apple-darwin | grep pcmpeqd | count 1
>>  ; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
>> 
>>  ; This testcase shouldn't need to spill the -1 value,
> 
> It looks like the change to this test is causing the failure at
> http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/593/

Ah. I'd been trying to figure that out. I guess it needs the -mcpu=yonah, thanks for catching it!

-eric



More information about the llvm-commits mailing list