[llvm] r243341 - Tweak llvm/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll not to fail for targeting win32.

Alex L arphaman at gmail.com
Mon Jul 27 16:14:15 PDT 2015


Thanks!

2015-07-27 16:01 GMT-07:00 NAKAMURA Takumi <geek4civic at gmail.com>:

> Author: chapuni
> Date: Mon Jul 27 18:01:41 2015
> New Revision: 243341
>
> URL: http://llvm.org/viewvc/llvm-project?rev=243341&view=rev
> Log:
> Tweak
> llvm/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll
> not to fail for targeting win32.
>
> Modified:
>
> llvm/trunk/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll
>
> Modified:
> llvm/trunk/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll?rev=243341&r1=243340&r2=243341&view=diff
>
> ==============================================================================
> ---
> llvm/trunk/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll
> (original)
> +++
> llvm/trunk/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll
> Mon Jul 27 18:01:41 2015
> @@ -1,5 +1,5 @@
> -; RUN: llc -march=x86-64 -o /dev/null -stop-after machine-scheduler %s |
> FileCheck %s --check-prefix=PRE-RA
> -; RUN: llc -march=x86-64 -o /dev/null -stop-after prologepilog %s |
> FileCheck %s --check-prefix=POST-RA
> +; RUN: llc -mtriple=x86_64-unknown-unknown -o /dev/null -stop-after
> machine-scheduler %s | FileCheck %s --check-prefix=PRE-RA
> +; RUN: llc -mtriple=x86_64-unknown-unknown -o /dev/null -stop-after
> prologepilog %s | FileCheck %s --check-prefix=POST-RA
>
>  ; This test verifies that the virtual register references in machine
> function's
>  ; liveins are cleared after register allocation.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/34e94c7f/attachment.html>


More information about the llvm-commits mailing list