mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
expand note.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
741c0aea08
commit
92c06a01de
@ -512,6 +512,10 @@ better to sink the picbase computation down into the block for the
|
|||||||
assertion, as it is the only one that uses it. This happens for a lot of
|
assertion, as it is the only one that uses it. This happens for a lot of
|
||||||
code with early outs.
|
code with early outs.
|
||||||
|
|
||||||
|
Another example is loads of arguments, which are usually emitted into the
|
||||||
|
entry block on targets like x86. If not used in all paths through a
|
||||||
|
function, they should be sunk into the ones that do.
|
||||||
|
|
||||||
In this case, whole-function-isel would also handle this.
|
In this case, whole-function-isel would also handle this.
|
||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
//===---------------------------------------------------------------------===//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user