mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
The mystery of Olden/tsp solved, and more opportunities for speedup.
llvm-svn: 18932
This commit is contained in:
parent
83dcf14697
commit
1b6a79c6d5
@ -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$
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user