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
@ -1,18 +0,0 @@
|
||||
; RUN: llc -march=mips < %s | FileCheck %s
|
||||
|
||||
%struct.sret0 = type { i32, i32, i32 }
|
||||
|
||||
define void @test0(%struct.sret0* noalias sret %agg.result, i32 %dummy) nounwind {
|
||||
entry:
|
||||
; CHECK: sw ${{[0-9]+}}, {{[0-9]+}}($4)
|
||||
; CHECK: sw ${{[0-9]+}}, {{[0-9]+}}($4)
|
||||
; CHECK: sw ${{[0-9]+}}, {{[0-9]+}}($4)
|
||||
getelementptr %struct.sret0, %struct.sret0* %agg.result, i32 0, i32 0 ; <i32*>:0 [#uses=1]
|
||||
store i32 %dummy, i32* %0, align 4
|
||||
getelementptr %struct.sret0, %struct.sret0* %agg.result, i32 0, i32 1 ; <i32*>:1 [#uses=1]
|
||||
store i32 %dummy, i32* %1, align 4
|
||||
getelementptr %struct.sret0, %struct.sret0* %agg.result, i32 0, i32 2 ; <i32*>:2 [#uses=1]
|
||||
store i32 %dummy, i32* %2, align 4
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user