Vyacheslav Levytskyy
163d036d64
[SPIR-V] Validate and fix bit width of scalar registers ( #95147 )
...
This PR improves legalization process of SPIR-V instructions. Namely, it
introduces validation and fixing of bit width of scalar registers as a
part of pre-legalizer. A test case is added that demonstrates ability to
legalize instructions with non 8/16/32/64 bit width both with and
without vendor-specific SPIR-V extension
(SPV_INTEL_arbitrary_precision_integers). In the case of absence of the
extension, a generated SPIR-V code will fallback to 8/16/32/64 bit width
in OpTypeInt, but SPIR-V Backend still is able to legalize operations
with original integer sizes.
2024-06-11 21:56:39 +02:00
..
2024-05-17 11:43:02 +02:00
2024-03-08 08:31:56 +01:00
2024-06-07 21:12:33 +02:00
2024-03-03 22:38:59 -08:00
2024-05-08 00:57:39 -04:00
2024-04-18 19:38:04 +02:00
2024-04-17 11:50:37 +02:00
2024-05-14 09:22:24 +02:00
2024-05-29 12:53:08 +02:00
2024-03-03 22:38:59 -08:00
2024-06-11 11:09:21 -07:00
2024-06-07 21:12:33 +02:00
2024-04-22 10:47:46 -07:00
2024-06-07 21:12:33 +02:00
2024-06-11 13:57:31 +02:00
2024-01-30 18:10:57 +01:00
2024-06-11 21:23:48 +02:00
2024-04-24 01:26:42 -07:00
2024-03-26 03:04:49 -07:00
2024-01-04 19:31:15 -08:00
2024-01-12 10:03:48 -05:00
2023-12-04 12:24:51 -05:00
2023-12-04 12:24:51 -05:00
2024-03-04 12:15:30 +01:00
2024-03-13 08:32:01 +01:00
2024-04-22 10:47:46 -07:00
2024-04-15 09:59:47 +02:00
2024-03-20 19:28:29 +01:00
2024-04-19 10:08:35 +02:00
2024-04-22 10:47:46 -07:00
2024-03-20 19:28:29 +01:00
2024-03-20 19:28:29 +01:00
2023-11-30 15:17:32 -05:00
2024-06-06 16:31:10 +02:00
2024-05-29 12:53:37 +02:00
2024-04-22 10:47:46 -07:00
2024-02-19 20:51:32 +01:00
2024-05-20 19:05:25 +02:00
2024-05-20 19:05:25 +02:00
2024-04-02 10:59:18 +02:00
2024-03-26 03:04:49 -07:00
2024-03-20 19:28:29 +01:00
2024-02-27 10:58:04 +01:00
2024-03-03 22:38:59 -08:00
2023-11-30 15:17:32 -05:00
2023-12-04 12:24:51 -05:00
2024-01-15 19:56:11 -08:00
2024-06-05 09:56:52 +02:00
2024-03-03 22:38:59 -08:00
2024-04-04 10:50:35 +02:00
2024-05-17 09:01:29 +02:00
2024-05-20 19:10:03 +02:00
2024-05-29 12:52:55 +02:00
2024-04-26 12:17:47 +02:00
2023-11-30 15:17:32 -05:00
2024-03-13 08:32:01 +01:00
2024-04-10 19:04:31 +02:00
2024-03-25 11:30:47 +01:00
2024-04-17 11:50:37 +02:00
2024-03-13 08:32:01 +01:00
2024-03-03 22:38:59 -08:00
2024-05-14 11:35:11 +02:00
2024-03-08 08:31:56 +01:00
2023-12-07 15:23:27 -05:00
2024-02-22 10:30:00 +01:00
2024-06-11 21:56:39 +02:00
2024-03-03 22:38:59 -08:00
2024-01-30 18:09:52 +01:00