Joshua Cao
ab08df2292
[IR] Do not set none for function uwtable ( #93387 )
...
This avoids the pitfall where we set the uwtable to none:
```
func.setUWTableKind(llvm::UWTableKind::None)
```
`Attribute::getAsString()` would see an unknown attribute and fail an
assertion. In this patch, we assert that we do not see a None uwtable
kind.
This also skips the check of `UWTableKind::Async`. It is dominated by
the check of `UWTableKind::Default`, which has the same enum value
(nfc).
2024-06-02 15:02:11 -07:00
..
2024-05-28 16:39:09 -07:00
2024-05-02 10:48:23 +09:00
2024-06-02 15:02:11 -07:00
2024-05-05 19:05:15 -07:00
2024-05-13 16:37:39 -07:00
2024-05-29 16:09:59 -07:00
2024-05-31 10:37:32 +02:00
2024-05-24 19:25:09 +02:00
2024-05-31 15:03:22 +02:00
2024-05-28 16:39:09 -07:00
2024-03-18 10:34:11 +05:30
2024-05-08 10:59:53 +09:00
2024-03-10 20:00:13 -07:00
2024-05-13 12:49:42 +01:00
2024-05-29 16:19:53 -07:00
2024-05-13 16:37:39 -07:00
2024-04-10 16:30:42 -07:00
2024-04-18 12:08:31 +01:00
2024-05-29 16:09:59 -07:00
2024-01-14 00:53:28 -08:00
2024-04-23 10:39:03 -04:00
2024-05-28 16:09:53 +02:00
2024-05-15 10:49:25 +09:00
2024-05-27 16:05:17 +02:00
2024-05-27 16:05:17 +02:00
2024-05-07 11:23:55 +01:00
2024-05-22 17:23:50 +02:00
2024-04-05 14:18:59 +01:00
2024-04-04 10:20:14 +01:00
2024-04-30 09:54:48 +08:00
2024-03-19 20:07:07 +00:00
2024-05-28 16:39:09 -07:00
2024-05-19 18:17:53 -07:00
2024-05-21 17:31:50 -07:00
2024-04-24 08:52:25 +02:00
2024-04-30 12:23:31 -07:00
2024-05-21 09:15:37 -07:00
2024-04-10 19:46:01 -07:00
2024-05-27 16:05:17 +02:00
2023-12-11 21:01:36 -08:00
2024-05-08 15:48:40 -07:00
2024-04-30 12:23:31 -07:00
2024-03-19 15:49:10 +00:00
2024-01-14 00:53:28 -08:00
2024-04-30 12:23:31 -07:00
2023-11-17 17:55:41 +00:00
2024-03-20 16:00:10 +00:00
2024-05-28 16:09:53 +02:00
2024-05-28 16:39:09 -07:00
2024-01-19 22:24:13 -08:00