For inline asm output operand that matches an input. Encode the input operand index...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 20 Mar 2009 18:03:34 +0000 (18:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 20 Mar 2009 18:03:34 +0000 (18:03 +0000)
commit697cbbfb00c318f98d6eb51945f077e2bfe8781e
tree5e9badf081c1c2df5cee211ca2efe5451a07faf4
parente9d81f0ad8a7fa75776e1bc4cf396061d2ab041c
For inline asm output operand that matches an input. Encode the input operand index in the high bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67387 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InlineAsm.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp