mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
e6ee868a8d
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24984 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
|
|
Meta TODO list:
|
|
1. Create a new DAG -> DAG instruction selector, by adding patterns to the
|
|
instructions.
|
|
2. ???
|
|
3. profit!
|
|
|
|
To-do
|
|
-----
|
|
|
|
* open code 64-bit shifts
|
|
* Keep the address of the constant pool in a register instead of forming its
|
|
address all of the time.
|
|
* We can fold small constant offsets into the %hi/%lo references to constant
|
|
pool addresses as well.
|
|
|