add a note
authorChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 07:46:23 +0000 (07:46 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 07:46:23 +0000 (07:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45698 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index 284be24b679a61296eb429c38985746b92e33065..26bc5e8319193ba1d2e676c7c1cf0198edf86c13 100644 (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
 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