[llvm] r175911 - x86_64: designate most general purpose and SSE registers as callee save under coldcc

Peter Collingbourne peter at pcc.me.uk
Fri Feb 22 12:12:37 PST 2013


On Fri, Feb 22, 2013 at 11:51:03AM -0800, Anna Zaks wrote:
> Peter,
> 
> The new test is failing on one of our builders:
> 
> http://lab.llvm.org:8011/console
> 
> ******************** TEST 'LLVM :: CodeGen/X86/coldcc64.ll' FAILED ********************
> Script:
> --
> ./clang-build/Release+Asserts/bin/llc < ./llvm/test/CodeGen/X86/coldcc64.ll | ./clang-build/Release+Asserts/bin/FileCheck ./llvm/test/CodeGen/X86/coldcc64.ll
> --
> Exit Code: 1
> Command Output (stderr):
> --
> ./llvm/test/CodeGen/X86/coldcc64.ll:20:10: error: expected string not found in input
> ; CHECK: vmovaps %xmm15
>          ^
> <stdin>:49:1: note: scanning from here
> .Ltmp28:
> ^
> <stdin>:83:2: note: possible intended match here
>  movaps %xmm15, -40(%rsp) # 16-byte Spill
>  ^
> --

Should be fixed in r175914.

Thanks,
-- 
Peter



More information about the llvm-commits mailing list