mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
don't have i386-specific tests in CodeGen/Generic, PR6601.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da0688e08a
commit
7147946afe
@ -1,9 +1,6 @@
|
||||
; RUN: llc < %s -O0
|
||||
; PR 1323
|
||||
|
||||
; ModuleID = 'test.bc'
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
|
||||
target triple = "i686-apple-darwin8"
|
||||
%struct.comp = type { i8*, i32, i8*, [3 x i8], i32 }
|
||||
|
||||
define void @regbranch() {
|
||||
|
@ -1,7 +1,5 @@
|
||||
; RUN: llc < %s -o -
|
||||
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
|
||||
target triple = "i686-pc-linux-gnu"
|
||||
%struct.RETURN = type { i32, i32 }
|
||||
%struct.ada__finalization__controlled = type { %struct.system__finalization_root__root_controlled }
|
||||
%struct.ada__streams__root_stream_type = type { %struct.ada__tags__dispatch_table* }
|
||||
|
@ -1,7 +1,5 @@
|
||||
; RUN: llc < %s -enable-eh
|
||||
|
||||
target triple = "i686-pc-linux-gnu"
|
||||
|
||||
define fastcc void @bc__support__high_resolution_time__initialize_clock_rate() {
|
||||
entry:
|
||||
invoke void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null )
|
||||
|
@ -1,8 +1,6 @@
|
||||
; RUN: llc < %s -enable-eh
|
||||
; PR1833
|
||||
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
|
||||
target triple = "i686-pc-linux-gnu"
|
||||
%struct.__class_type_info_pseudo = type { %struct.__type_info_pseudo }
|
||||
%struct.__type_info_pseudo = type { i8*, i8* }
|
||||
@_ZTI2e1 = external constant %struct.__class_type_info_pseudo ; <%struct.__class_type_info_pseudo*> [#uses=1]
|
||||
|
@ -1,7 +1,5 @@
|
||||
; RUN: llc < %s
|
||||
; PR2603
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
|
||||
target triple = "i386-pc-linux-gnu"
|
||||
%struct.A = type { i8 }
|
||||
%struct.B = type { i8, [1 x i8] }
|
||||
@Foo = constant %struct.A { i8 ptrtoint (i8* getelementptr ([1 x i8]* inttoptr (i32 17 to [1 x i8]*), i32 0, i32 -16) to i8) } ; <%struct.A*> [#uses=0]
|
||||
|
@ -1,7 +1,5 @@
|
||||
; RUN: llc < %s
|
||||
; PR5495
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
|
||||
target triple = "i386-pc-linux-gnu"
|
||||
|
||||
%"struct.std::__ctype_abstract_base<wchar_t>" = type { %"struct.std::locale::facet" }
|
||||
%"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::__ctype_abstract_base<wchar_t>"*, %"struct.std::__ctype_abstract_base<wchar_t>"* }
|
||||
|
@ -1,17 +0,0 @@
|
||||
; RUN: llc < %s -march=x86 | \
|
||||
; RUN: ignore grep {movl..0} | count 0
|
||||
|
||||
%struct.obj = type { i8*, %struct.obj* }
|
||||
|
||||
declare void @g() gc "shadow-stack"
|
||||
|
||||
define void @f(i8* %o) gc "shadow-stack" {
|
||||
entry:
|
||||
%root = alloca i8*
|
||||
call void @llvm.gcroot(i8** %root, i8* null)
|
||||
store i8* %o, i8** %root
|
||||
call void @g()
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @llvm.gcroot(i8**, i8*)
|
Loading…
Reference in New Issue
Block a user