diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2019-03-11 17:04:35 +0000 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2019-03-11 17:04:35 +0000 |
commit | e98944ed47acd04279184343017aa2bf34999111 (patch) | |
tree | 2cc1367f23c408db49c2c5d03aa5151d809ebdf3 /lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py | |
parent | b94c24e2acc748b47f029f66b0e806472fffffbe (diff) | |
download | bcm5719-llvm-e98944ed47acd04279184343017aa2bf34999111.tar.gz bcm5719-llvm-e98944ed47acd04279184343017aa2bf34999111.zip |
Use bitset for assembler predicates
AMDGPU target run out of Subtarget feature flags hitting the limit of 64.
AssemblerPredicates uses at most uint64_t for their representation.
At the same time CodeGen has exhausted this a long time ago and switched
to a FeatureBitset with the current limit of 192 bits.
This patch completes transition to the bitset for feature bits extending
it to asm matcher and MC code emitter.
Differential Revision: https://reviews.llvm.org/D59002
llvm-svn: 355839
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py')
0 files changed, 0 insertions, 0 deletions