[llvm] r178635 - Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 bot

Timur Iskhodzhanov timurrrr at google.com
Fri Apr 5 10:08:18 PDT 2013


Fixed in r178885.

Thanks to Preston Gurd for a great pointer on what was the problem!

2013/4/3 Timur Iskhodzhanov <timurrrr at google.com>:
> Author: timurrrr
> Date: Wed Apr  3 07:17:15 2013
> New Revision: 178635
>
> URL: http://llvm.org/viewvc/llvm-project?rev=178635&view=rev
> Log:
> Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 bot
>
> Modified:
>     llvm/trunk/test/CodeGen/X86/win32_sret.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/win32_sret.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/win32_sret.ll?rev=178635&r1=178634&r2=178635&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/win32_sret.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/win32_sret.ll Wed Apr  3 07:17:15 2013
> @@ -117,8 +117,11 @@ entry:
>  ; WIN32:      movl %eax, (%e{{[sc][px]}})
>
>  ; The this pointer goes to ECX.
> -; WIN32-NEXT: leal {{[0-9]+}}(%esp), %ecx
> -; WIN32-NEXT: calll "?foo at C5@@QAE?AUS5@@XZ"
> +; FIXME: for some reason, the below checks fail on the Ubuntu Atom D2700 bot.
> +; FIXME-NEXT: leal {{[0-9]+}}(%esp), %ecx
> +; FIXME-NEXT: calll "?foo at C5@@QAE?AUS5@@XZ"
> +
> +; WIN32:      calll "?foo at C5@@QAE?AUS5@@XZ"
>  ; WIN32:      ret
>    ret void
>  }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list