mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
738cec7a6e
llvm-svn: 24991
16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
|
|
Meta TODO list:
|
|
1. Create a new DAG -> DAG instruction selector, by adding patterns to the
|
|
instructions.
|
|
2. ???
|
|
3. profit!
|
|
|
|
To-do
|
|
-----
|
|
|
|
* 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.
|
|
|