[llvm] r228657 - Remove non-test files that appear to have been accidentally committed in r228641.
Nick Lewycky
nicholas at mxc.ca
Mon Feb 9 18:39:17 PST 2015
Author: nicholas
Date: Mon Feb 9 20:39:17 2015
New Revision: 228657
URL: http://llvm.org/viewvc/llvm-project?rev=228657&view=rev
Log:
Remove non-test files that appear to have been accidentally committed in r228641.
Removed:
llvm/trunk/test/CodeGen/X86/win64_alloca_dynalloca.s
llvm/trunk/test/CodeGen/X86/win64_eh.s
Removed: llvm/trunk/test/CodeGen/X86/win64_alloca_dynalloca.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/win64_alloca_dynalloca.s?rev=228656&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/win64_alloca_dynalloca.s (original)
+++ llvm/trunk/test/CodeGen/X86/win64_alloca_dynalloca.s (removed)
@@ -1,29 +0,0 @@
- .text
- .def unaligned;
- .scl 2;
- .type 32;
- .endef
- .globl unaligned
- .align 16, 0x90
-unaligned: # @unaligned
-# BB#0: # %entry
- pushq %rbp
- movabsq $4096, %rax # imm = 0x1000
- callq __chkstk
- subq %rax, %rsp
- leaq 128(%rsp), %rbp
- leaq 15(%rcx), %rax
- andq $-16, %rax
- callq __chkstk
- subq %rax, %rsp
- movq %rsp, %rax
- subq $48, %rsp
- movq %rax, 32(%rsp)
- leaq -128(%rbp), %r9
- movq %rcx, %r8
- callq bar
- leaq 4016(%rbp), %rsp
- popq %rbp
- retq
-
-
Removed: llvm/trunk/test/CodeGen/X86/win64_eh.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/win64_eh.s?rev=228656&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/win64_eh.s (original)
+++ llvm/trunk/test/CodeGen/X86/win64_eh.s (removed)
@@ -1,50 +0,0 @@
- .text
- .def foo5;
- .scl 2;
- .type 32;
- .endef
- .globl foo5
- .align 16, 0x90
-foo5: # @foo5
-.Ltmp0:
-.seh_proc foo5
-# BB#0: # %entry
- pushq %rbp
-.Ltmp1:
- .seh_pushreg 5
- pushq %rdi
-.Ltmp2:
- .seh_pushreg 7
- pushq %rbx
-.Ltmp3:
- .seh_pushreg 3
- subq $384, %rsp # imm = 0x180
-.Ltmp4:
- .seh_stackalloc 384
- leaq 128(%rsp), %rbp
-.Ltmp5:
- .seh_setframe 5, 128
- movaps %xmm7, -32(%rbp) # 16-byte Spill
- movaps %xmm6, -48(%rbp) # 16-byte Spill
-.Ltmp6:
- .seh_savexmm 6, 80
-.Ltmp7:
- .seh_savexmm 7, 96
-.Ltmp8:
- .seh_endprologue
- andq $-64, %rsp
- #APP
- #NO_APP
- movl $42, (%rsp)
- movaps -48(%rbp), %xmm6 # 16-byte Reload
- movaps -32(%rbp), %xmm7 # 16-byte Reload
- leaq 256(%rbp), %rsp
- popq %rbx
- popq %rdi
- popq %rbp
- retq
-.Leh_func_end0:
-.Ltmp9:
- .seh_endproc
-
-
More information about the llvm-commits
mailing list