Stanislav Mekhanoshin
9260748488
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
2019-03-11 17:04:35 +00:00
..
2018-12-14 00:17:12 +00:00
2019-01-19 08:50:56 +00:00
2019-03-04 21:19:53 +00:00
2018-11-13 19:50:38 +00:00
2019-02-05 14:17:28 +00:00
2019-01-19 08:50:56 +00:00
2019-01-03 15:43:14 +00:00
2019-03-10 01:34:42 +00:00
2019-03-08 21:22:35 +00:00
2018-11-13 19:50:38 +00:00
2019-01-19 08:50:56 +00:00
2019-01-03 14:11:33 +00:00
2019-02-28 19:16:17 +00:00
2019-01-19 08:50:56 +00:00
2019-01-14 20:02:11 +00:00
2019-01-09 18:59:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-02-11 10:30:22 +00:00
2019-01-03 14:12:23 +00:00
2018-11-21 23:04:39 +00:00
2019-03-11 17:04:35 +00:00
2019-01-03 14:11:33 +00:00
2019-01-19 08:50:56 +00:00
2019-03-01 09:26:21 +00:00
2019-02-27 00:12:11 +00:00
2017-05-09 17:13:37 +00:00
2019-01-19 08:50:56 +00:00
2018-09-07 17:08:44 +00:00
2018-10-22 14:04:13 +00:00
2018-01-23 19:47:10 +00:00
2018-10-27 23:10:09 +00:00
2019-01-19 08:50:56 +00:00
2019-01-03 14:11:58 +00:00
2019-01-03 14:11:33 +00:00
2019-01-03 14:11:33 +00:00
2019-01-03 14:11:33 +00:00
2018-03-17 17:30:08 +00:00
2019-01-03 14:11:33 +00:00
2019-01-19 08:50:56 +00:00
2019-01-03 14:11:33 +00:00
2018-11-06 18:52:30 +00:00
2019-01-19 08:50:56 +00:00
2019-01-03 14:11:33 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2018-10-11 04:00:51 +00:00
2019-01-03 14:12:30 +00:00
2019-01-03 14:11:58 +00:00
2019-01-03 14:11:33 +00:00
2019-01-03 14:12:44 +00:00
2019-03-05 10:44:37 +00:00
2018-03-14 17:47:07 +00:00
2019-03-05 10:44:37 +00:00
2019-01-30 16:15:59 +00:00
2019-03-05 10:44:37 +00:00
2019-03-05 10:44:37 +00:00
2019-01-03 14:11:33 +00:00