You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
37
external/llvm/test/CodeGen/X86/unaligned-load.ll
vendored
37
external/llvm/test/CodeGen/X86/unaligned-load.ll
vendored
@ -1,37 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=i386-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=I386 %s
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=CORE2 %s
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=corei7 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=COREI7 %s
|
||||
|
||||
@.str1 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, SOME STRING\00", align 8
|
||||
@.str3 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, 2'ND STRING\00", align 8
|
||||
|
||||
define void @func() nounwind ssp {
|
||||
entry:
|
||||
%String2Loc = alloca [31 x i8], align 1
|
||||
br label %bb
|
||||
|
||||
bb: ; preds = %bb, %entry
|
||||
%String2Loc9 = getelementptr inbounds [31 x i8], [31 x i8]* %String2Loc, i64 0, i64 0
|
||||
call void @llvm.memcpy.p0i8.p0i8.i64(i8* %String2Loc9, i8* getelementptr inbounds ([31 x i8], [31 x i8]* @.str3, i64 0, i64 0), i64 31, i32 1, i1 false)
|
||||
br label %bb
|
||||
|
||||
return: ; No predecessors!
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
||||
|
||||
; I386: calll {{_?}}memcpy
|
||||
|
||||
; CORE2: movabsq
|
||||
; CORE2: movabsq
|
||||
; CORE2: movabsq
|
||||
|
||||
; COREI7: movups _.str3
|
||||
|
||||
; CORE2: .section
|
||||
; CORE2: .p2align 3
|
||||
; CORE2-NEXT: _.str1:
|
||||
; CORE2-NEXT: .asciz "DHRYSTONE PROGRAM, SOME STRING"
|
||||
; CORE2: .p2align 3
|
||||
; CORE2-NEXT: _.str3:
|
Reference in New Issue
Block a user