summaryrefslogtreecommitdiffstats
path: root/llvm/docs/doxygen.cfg.in
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-11-03 00:45:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-11-03 00:45:17 +0000
commitdebf9c502a76715d788051667b8bd8b2adc2ec86 (patch)
tree130824858f83219eae819ab37b8d418ac23faed8 /llvm/docs/doxygen.cfg.in
parent634ab6c2b7f66cb8b744edfc6b9c11c83a4c40c3 (diff)
downloadbcm5719-llvm-debf9c502a76715d788051667b8bd8b2adc2ec86.tar.gz
bcm5719-llvm-debf9c502a76715d788051667b8bd8b2adc2ec86.zip
Two sets of changes. Sorry they are intermingled.
1. Fix pre-ra scheduler so it doesn't try to push instructions above calls to "optimize for latency". Call instructions don't have the right latency and this is more likely to use introduce spills. 2. Fix if-converter cost function. For ARM, it should use instruction latencies, not # of micro-ops since multi-latency instructions is completely executed even when the predicate is false. Also, some instruction will be "slower" when they are predicated due to the register def becoming implicit input. rdar://8598427 llvm-svn: 118135
Diffstat (limited to 'llvm/docs/doxygen.cfg.in')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud