File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 39
39
40
40
; CHECK-DAG: %[[#SizeT:]] = OpTypeInt 64 0
41
41
; CHECK-DAG: %[[#Int32:]] = OpTypeInt 32 0
42
+ ; CHECK-DAG: %[[#SizeTPtr:]] = OpTypePointer Input %[[#SizeT]]
43
+ ; CHECK-DAG: %[[#Int32Ptr:]] = OpTypePointer Input %[[#Int32]]
44
+
45
+ ; CHECK-DAG: %[[#GLI]] = OpVariable %[[#SizeTPtr]] Input
46
+ ; CHECK-DAG: %[[#LLII]] = OpVariable %[[#SizeTPtr]] Input
47
+ ; CHECK-DAG: %[[#WD]] = OpVariable %[[#Int32Ptr]] Input
48
+ ; CHECK-DAG: %[[#SS]] = OpVariable %[[#Int32Ptr]] Input
49
+ ; CHECK-DAG: %[[#SMS]] = OpVariable %[[#Int32Ptr]] Input
50
+ ; CHECK-DAG: %[[#NS]] = OpVariable %[[#Int32Ptr]] Input
51
+ ; CHECK-DAG: %[[#NES]] = OpVariable %[[#Int32Ptr]] Input
52
+ ; CHECK-DAG: %[[#SI]] = OpVariable %[[#Int32Ptr]] Input
53
+ ; CHECK-DAG: %[[#SLII]] = OpVariable %[[#Int32Ptr]] Input
42
54
43
55
; CHECK: OpFunction
44
56
; CHECK: %[[#]] = OpLoad %[[#SizeT]] %[[#GLI]]
You can’t perform that action at this time.
0 commit comments