mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Minor stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35049 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44f4fca3c0
commit
1a9da0d66c
@ -30,6 +30,10 @@ require aligning functions containing constant pools to 4-byte boundaries).
|
||||
3. There might be some compile-time efficiency to be had by representing
|
||||
consecutive islands as a single block rather than multiple blocks.
|
||||
|
||||
4. Use a priority queue to sort constant pool users in inverse order of
|
||||
position so we always process the one closed to the end of functions
|
||||
first. This may simply CreateNewWater.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We need to start generating predicated instructions. The .td files have a way
|
||||
|
Loading…
Reference in New Issue
Block a user