Shilei Tian
f05d2e8a39
[AMDGPU] Make uniform-work-group-size a valueless attribute ( #183925 )
...
The "uniform-work-group-size" function attribute previously took a
string value of "true" or "false". Since presence alone can convey the
"true" semantics and absence can convey "false", the value is
unnecessary.
This patch converts it to a valueless string attribute: presence
indicates true, absence indicates false. For backward compatibility,
auto-upgrade logic is added in both UpgradeAttributes (bitcode) and
UpgradeFunctionAttributes: if the old value is "true", the attribute is
kept without a value; if "false", the attribute is removed.
2026-03-01 21:29:55 +00:00
..
2026-01-21 11:39:57 -08:00
2025-11-28 11:59:34 +00:00
2025-11-27 10:42:29 +00:00
2025-12-09 23:13:33 +00:00
2026-01-07 06:12:19 +00:00
2025-03-25 17:14:07 -07:00
2026-01-21 08:22:05 -08:00
2026-02-05 13:31:26 +00:00
2026-01-21 09:50:28 +00:00
2026-01-21 09:50:28 +00:00
2025-04-11 15:32:37 -04:00
2025-04-11 15:32:37 -04:00
2026-02-20 10:54:01 -08:00
2025-05-27 15:51:48 +02:00
2025-05-27 15:51:48 +02:00
2025-02-19 10:13:37 +01:00
2025-02-19 10:13:37 +01:00
2025-05-27 15:51:48 +02:00
2025-10-29 15:23:46 +00:00
2025-04-01 14:27:11 +01:00
2025-04-01 14:27:11 +01:00
2025-04-01 14:27:11 +01:00
2025-04-09 18:00:28 +01:00
2026-01-21 08:22:05 -08:00
2026-01-21 08:22:05 -08:00
2025-07-06 22:30:31 +01:00
2025-04-01 14:27:11 +01:00
2025-10-23 16:38:22 +08:00
2025-10-23 16:38:22 +08:00
2025-03-22 08:09:49 +00:00
2025-10-03 14:36:17 +01:00
2025-10-29 12:14:56 +00:00
2025-10-10 09:54:04 +01:00
2025-10-15 16:52:45 +01:00
2025-03-31 07:42:21 -07:00
2025-07-03 14:28:32 +02:00
2026-01-19 14:28:40 +01:00
2026-01-19 14:28:40 +01:00
2025-11-18 11:10:58 +00:00
2025-11-26 12:37:09 -08:00
2026-01-19 14:28:40 +01:00
2025-08-08 10:12:39 -07:00
2025-02-24 10:11:53 -08:00
2025-10-06 16:18:12 +02:00
2026-02-28 12:44:25 -08:00
2025-12-15 10:16:06 -08:00
2026-02-28 12:44:25 -08:00
2026-02-28 12:44:25 -08:00
2026-02-28 12:44:25 -08:00
2026-02-28 12:44:25 -08:00
2025-10-22 07:30:43 -07:00
2025-04-14 20:34:02 +02:00
2026-02-28 12:44:25 -08:00
2026-02-28 12:44:25 -08:00
2025-04-07 21:59:11 +07:00
2025-10-22 09:29:06 +02:00
2026-02-04 00:34:52 +01:00
2026-02-04 00:34:52 +01:00
2025-04-01 14:27:11 +01:00
2025-10-15 16:52:45 +01:00
2025-10-20 08:50:09 +00:00
2026-02-10 21:44:17 -08:00
2025-10-23 16:38:22 +08:00
2026-03-01 21:29:55 +00:00
2025-09-17 11:44:47 +01:00
2026-01-21 10:58:40 +00:00