You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.161
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
This commit is contained in:
parent
37fbf886a3
commit
e19d552987
18
external/llvm/test/CodeGen/ARM/Windows/memset.ll
vendored
Normal file
18
external/llvm/test/CodeGen/ARM/Windows/memset.ll
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
; RUN: llc -mtriple thumbv7--windows-itanium -filetype asm -o - %s | FileCheck %s
|
||||
|
||||
@source = common global [512 x i8] zeroinitializer, align 4
|
||||
|
||||
declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind
|
||||
|
||||
define void @function() {
|
||||
entry:
|
||||
call void @llvm.memset.p0i8.i32(i8* bitcast ([512 x i8]* @source to i8*), i8 0, i32 512, i32 0, i1 false)
|
||||
unreachable
|
||||
}
|
||||
|
||||
; CHECK: movw r0, :lower16:source
|
||||
; CHECK: movt r0, :upper16:source
|
||||
; CHECK: movs r1, #0
|
||||
; CHECK: mov.w r2, #512
|
||||
; CHECK: memset
|
||||
|
Reference in New Issue
Block a user