The mystery of Olden/tsp solved, and more opportunities for speedup.

llvm-svn: 18932
This commit is contained in:
Brian Gaeke 2004-12-14 09:10:10 +00:00
parent 36c14da84f
commit 4bc39bef79
1 changed files with 6 additions and 0 deletions

View File

@ -68,5 +68,11 @@ To-do
* We can fold small constant offsets into the %hi/%lo references to constant
pool addresses as well.
* Directly support select instructions, and fold setcc instructions into them
where possible. I think this is what afflicts the inner loop of Olden/tsp
(hot block = tsp():no_exit.1.i, overall GCC/LLC = 0.03).
* Generate fsqrtd for calls to sqrt() (~ 4% speedup on Olden/tsp).
$Date$