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 3939
4040; CHECK-DAG: %[[#SizeT:]] = OpTypeInt 64 0
4141; 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
4254
4355; CHECK: OpFunction
4456; CHECK: %[[#]] = OpLoad %[[#SizeT]] %[[#GLI]]
You can’t perform that action at this time.
0 commit comments