mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
Test commit access
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc26aebcf9
commit
338aaed82f
@ -26,7 +26,7 @@
|
||||
//
|
||||
// - Live interval recomputing seems inefficient. This currently only matches
|
||||
// one pair, and recomputes live intervals and moves on to the next pair. It
|
||||
// would be better to compute a list of all merges that need to occur
|
||||
// would be better to compute a list of all merges that need to occur.
|
||||
//
|
||||
// - With a list of instructions to process, we can also merge more. If a
|
||||
// cluster of loads have offsets that are too large to fit in the 8-bit
|
||||
|
Loading…
Reference in New Issue
Block a user