We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3032e8 commit f227a67Copy full SHA for f227a67
llvm/test/Analysis/Delinearization/fixed_size_array.ll
@@ -149,7 +149,9 @@ exit:
149
}
150
151
; The type information of the underlying object is not available, so the
152
-; delinearization result is different from it.
+; delinearization result is different from the original array size. In this
153
+; case, the underlying object is a type of int[][8][32], but the
154
+; delinearization result is like int[][4][64].
155
;
156
; void f(int A[][8][32]) {
157
; for (i = 0; i < 42; i++)
0 commit comments