mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 07:32:13 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f14cf85e33
commit
4e4e46143a
@ -2,6 +2,13 @@ Target Independent Opportunities:
|
|||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
We should make the various target's "IMPLICIT_DEF" instructions be a single
|
||||||
|
target-independent opcode like TargetInstrInfo::INLINEASM. This would allow
|
||||||
|
us to eliminate the TargetInstrDesc::isImplicitDef() method, and would allow
|
||||||
|
us to avoid having to define this for every target for every register class.
|
||||||
|
|
||||||
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
With the recent changes to make the implicit def/use set explicit in
|
With the recent changes to make the implicit def/use set explicit in
|
||||||
machineinstrs, we should change the target descriptions for 'call' instructions
|
machineinstrs, we should change the target descriptions for 'call' instructions
|
||||||
so that the .td files don't list all the call-clobbered registers as implicit
|
so that the .td files don't list all the call-clobbered registers as implicit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user