repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
gemm.c
blob
d309b23dd8d8f3c710cb270624262fdea4e85f00
1
for
(
int
c0
=
0
;
c0
<
ni
;
c0
+=
1
)
2
for
(
int
c1
=
0
;
c1
<
nj
;
c1
+=
1
) {
3
S_2
(
c0
,
c1
);
4
for
(
int
c2
=
0
;
c2
<
nk
;
c2
+=
1
)
5
S_4
(
c0
,
c1
,
c2
);
6
}