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
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
EarlyCSE
/
AArch64
/
lit.local.cfg
blob
6642d287068052da5f1adc2475b91564f59c4e69
1
config.suffixes = ['.ll']
2
3
targets = set(config.root.targets_to_build.split())
4
if not 'AArch64' in targets:
5
config.unsupported = True