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
[C++20][modules] Fix std::initializer_list recognition if it's exported out of a...
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
stride.in
blob
b01c56617d7b3e6978710492aee05b905b97022d
1
# Check that we find a common stride on the first dimension
2
# even if it is imposed by different inner dimensions
3
{ A[i,k] -> [i,0,j,k] : 0 <= i,k <= 100 and i = 2 j;
4
B[i,k] -> [i,1,k,j] : 0 <= i,k <= 100 and i = 2 j }
5
{ : }
6
{ }