diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-02-29 21:44:11 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-02-29 21:44:11 +0000 |
commit | 6600bc92b20be5bbe178110967112a82fbf8eb05 (patch) | |
tree | 744a1ecd93f5b786359dcdd961837f23112a943d /llvm/utils/TableGen/CodeGenTarget.cpp | |
parent | 8d2f09117b44c56faf002d4ab3001e28e733b5f6 (diff) | |
download | llvm-6600bc92b20be5bbe178110967112a82fbf8eb05.zip llvm-6600bc92b20be5bbe178110967112a82fbf8eb05.tar.gz llvm-6600bc92b20be5bbe178110967112a82fbf8eb05.tar.bz2 |
rdar://problem/10652076
Incremental check in to calculate the offsets of registers correctly. Registers can be primordial or composite,
for example, r0-r12 are primordial, s0-s31 are primordial, while q0 is composite consisting of (s0, s1, s2, s3).
Modify q0-q8 to be composed of the primordial s0-s31 registers.
llvm-svn: 151757
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
0 files changed, 0 insertions, 0 deletions