[llvm] r239805 - Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Investigating.

Alex L arphaman at gmail.com
Thu Jun 18 16:05:24 PDT 2015


I reverted this commit in r240074 as the problem should have been fixed by
my earlier commit r240054.

Alex.

2015-06-15 23:57 GMT-07:00 NAKAMURA Takumi <geek4civic at gmail.com>:

> Author: chapuni
> Date: Tue Jun 16 01:57:35 2015
> New Revision: 239805
>
> URL: http://llvm.org/viewvc/llvm-project?rev=239805&view=rev
> Log:
> Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now.
> Investigating.
>
> The emission was as below;
>
>   ---
>   name:            foo
>   alignment:       31428584
>   exposesReturnsTwice: true
>   hasInlineAsm:    false
>   ...
>   ---
>   name:            bar
>   alignment:       1701667182
>   exposesReturnsTwice: false
>   hasInlineAsm:    false
>   ...
>   ---
>   name:            func
>   alignment:       8
>   exposesReturnsTwice: false
>   hasInlineAsm:    false
>   ...
>   ---
>   name:            func2
>   alignment:       16
>   exposesReturnsTwice: true
>   hasInlineAsm:    true
>   ...
>
> Modified:
>     llvm/trunk/test/CodeGen/MIR/machine-function.mir
>
> Modified: llvm/trunk/test/CodeGen/MIR/machine-function.mir
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MIR/machine-function.mir?rev=239805&r1=239804&r2=239805&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/CodeGen/MIR/machine-function.mir (original)
> +++ llvm/trunk/test/CodeGen/MIR/machine-function.mir Tue Jun 16 01:57:35
> 2015
> @@ -1,5 +1,6 @@
>  # RUN: llc -start-after branch-folder -stop-after branch-folder -o
> /dev/null %s | FileCheck %s
>  # This test ensures that the MIR parser parses machine functions
> correctly.
> +# REQUIRES: shell
>
>  --- |
>
>
>
> _______________________________________________
> 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/20150618/ba99e490/attachment.html>


More information about the llvm-commits mailing list