Matthias Krüger
3108dfaced
Rollup merge of #126849 - workingjubilee:correctly-classify-arm-low-dregs, r=Amanieu
...
Fix 32-bit Arm reg classes by hierarchically sorting them
We were rejecting legal `asm!` because we were asking for the "greatest" feature that includes a register class, instead of the "least" feature that includes a register class. This was only revealed on certain 32-bit Arm targets because not all have the same register limitations.
This is a somewhat hacky solution, but other solutions would require potentially rearchitecting how the internals of parsing or rejecting register classes work for all targets.
Fixes #126797
r? ``@Amanieu``
2024-06-24 06:27:16 +02:00
..
2024-05-02 19:48:29 +02:00
2024-06-12 15:49:10 +10:00
2024-06-12 15:49:10 +10:00
2024-06-23 15:57:24 +10:00
2024-06-12 15:49:10 +10:00
2024-06-21 19:00:18 -04:00
2024-06-23 19:02:14 -05:00
2024-06-20 19:51:09 -04:00
2024-06-18 15:42:11 +00:00
2024-06-12 15:49:10 +10:00
2024-06-24 00:24:51 +00:00
2024-06-20 09:23:18 +10:00
2024-06-23 00:36:33 -07:00
2024-06-20 09:23:20 +10:00
2024-06-23 00:36:33 -07:00
2024-06-20 22:16:59 -07:00
2024-06-22 17:39:01 +02:00
2024-06-20 09:23:18 +10:00
2024-06-12 15:49:10 +10:00
2024-06-18 15:42:11 +00:00
2024-06-12 11:10:50 +00:00
2024-06-12 15:49:10 +10:00
2024-06-22 12:57:19 +02:00
2024-06-24 06:27:12 +02:00
2024-06-24 06:27:12 +02:00
2024-06-12 15:49:10 +10:00
2024-06-20 09:23:20 +10:00
2024-06-12 15:49:10 +10:00
2024-06-19 07:45:47 -04:00
2024-06-22 19:33:56 +02:00
2024-06-17 22:35:25 -04:00
2024-06-24 06:27:13 +02:00
2024-06-12 15:49:10 +10:00
2024-06-12 15:49:10 +10:00
2024-06-16 14:08:25 +03:00
2024-06-21 12:32:05 -04:00
2024-06-23 00:36:33 -07:00
2024-06-12 15:49:10 +10:00
2024-06-23 19:02:14 -05:00
2024-06-23 19:02:14 -05:00
2024-06-12 13:43:31 +00:00
2024-06-12 10:11:41 +00:00
2024-06-18 15:42:11 +00:00
2024-06-21 19:00:18 -04:00
2024-06-23 22:39:00 +02:00
2024-06-23 04:28:42 -05:00
2024-06-14 16:54:29 -04:00
2024-06-21 16:00:14 +00:00
2024-06-18 15:42:11 +00:00
2024-06-21 12:32:05 -04:00
2024-06-24 06:27:12 +02:00
2024-06-12 15:49:10 +10:00
2024-06-23 19:02:14 -05:00
2024-06-23 04:28:42 -05:00
2024-06-17 10:09:27 +00:00
2024-06-19 08:47:55 +00:00
2024-06-19 07:21:41 -04:00
2024-06-21 19:00:18 -04:00
2024-06-21 12:32:05 -04:00
2024-06-12 15:49:10 +10:00
2024-06-23 02:22:55 -07:00
2024-06-21 14:50:56 +08:00
2024-06-22 15:14:14 -07:00
2024-06-18 15:42:11 +00:00
2024-06-24 06:27:16 +02:00
2024-06-21 12:32:05 -04:00
2024-06-12 15:49:10 +10:00
2024-06-14 21:11:08 +00:00
2024-06-16 21:35:21 -04:00
2024-06-21 12:32:05 -04:00
2024-05-11 18:20:00 -04:00
2024-06-21 14:50:56 +08:00