1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

add a note

llvm-svn: 45698
This commit is contained in:
Chris Lattner 2008-01-07 07:46:23 +00:00
parent f4f5495b06
commit 9aefefc673

View File

@ -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