summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-09-04 18:36:28 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-09-04 18:36:28 +0000
commit0a09da83b6c0a45a444a2a728e79e8bbfc7701c9 (patch)
tree6713b992103a71a1d4dee4cd3f08db11cf5d5920 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentcdf540d5d660383ce3ab2bcca5ec9ffe6422f108 (diff)
downloadbcm5719-llvm-0a09da83b6c0a45a444a2a728e79e8bbfc7701c9.tar.gz
bcm5719-llvm-0a09da83b6c0a45a444a2a728e79e8bbfc7701c9.zip
Allow tied uses and defs in different orders.
After much agonizing, use a full 4 bits of precious MachineOperand space to encode this. This uses existing padding, and doesn't grow MachineOperand beyond its current 32 bytes. This allows tied defs among the first 15 operands on a normal instruction, just like the current MCInstrDesc constraint encoding. Inline assembly needs to be able to tie more than the first 15 operands, and gets special treatment. Tied uses can appear beyond 15 operands, as long as they are tied to a def that's in range. llvm-svn: 163151
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud