diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-02-01 23:16:41 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-02-01 23:16:41 +0000 |
commit | 2123160919813224202fcd90d64025c32eea3e78 (patch) | |
tree | 81bdb2d016313d36974fb5c66078409d191a1417 /lldb/scripts/Python | |
parent | 30febeb224e0f76ed225e4b1c05e0970b113f1b6 (diff) | |
download | llvm-2123160919813224202fcd90d64025c32eea3e78.zip llvm-2123160919813224202fcd90d64025c32eea3e78.tar.gz llvm-2123160919813224202fcd90d64025c32eea3e78.tar.bz2 |
Specify SubRegIndex components on the index itself.
It is simpler to define a composite index directly:
def ssub_2 : SubRegIndex<[dsub_1, ssub_0]>;
def ssub_3 : SubRegIndex<[dsub_1, ssub_1]>;
Than specifying the composite indices on each register:
CompositeIndices = [(ssub_2 dsub_1, ssub_0),
(ssub_3 dsub_1, ssub_1)] in ...
This also makes it clear that SubRegIndex composition is supposed to be
unique.
llvm-svn: 149556
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions