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
/
separation_class.in
blob
f42ea27fa565e4bf6d1cb89097f540ab08ce76c3
1
{ A[i,j] -> [([i/10]),[j/10],i,j] : 0 <= i,j and i + j <= 100 }
2
{ : }
3
{ [a,b,c,d] -> separation_class[[0]->[0]] :
4
exists b': 0 <= 10a,10b' and 10a+9+10b'+9 <= 100;
5
[a,b,c,d] -> separation_class[[1]->[0]] :
6
0 <= 10a,10b and 10a+9+10b+9 <= 100 }