Thurston Dang
0dd2c9f7a3
Fix-forward build error from #132489
...
Replace deprecated use of getDeclaration that was added in #132489
llvm/lib/IR/AutoUpgrade.cpp:1480:26: error: 'getDeclaration' is deprecated: Use getOrInsertDeclaration instead [-Werror,-Wdeprecated-declarations]
1480 | NewFn = Intrinsic::getDeclaration(
| ^~~~~~~~~~~~~~
| getOrInsertDeclaration
2025-05-14 21:44:13 +00:00
..
2025-05-08 08:02:54 +02:00
2025-03-26 07:46:24 -07:00
2025-05-12 16:17:43 -07:00
2025-05-12 16:17:43 -07:00
2025-05-14 21:44:13 +00:00
2025-05-08 14:55:05 +01:00
2025-02-12 14:08:18 -08:00
2025-04-03 16:24:56 +01:00
2024-10-08 15:55:10 +08:00
2025-02-17 12:30:07 +00:00
2024-11-26 09:13:34 -05:00
2025-05-02 13:03:43 +02:00
2025-04-20 16:36:03 -07:00
2025-05-02 10:34:25 -07:00
2025-05-10 22:59:09 -07:00
2024-08-20 16:05:39 +05:30
2025-05-12 22:59:05 -07:00
2025-04-30 11:39:29 +01:00
2025-05-06 13:48:14 +01:00
2025-05-06 14:38:41 +01:00
2025-01-24 10:53:11 +00:00
2025-04-22 12:25:01 -07:00
2024-12-11 17:19:07 +09:00
2025-05-12 07:55:38 -07:00
2024-11-18 18:32:20 -05:00
2025-05-04 00:24:39 -07:00
2025-02-12 14:08:18 -08:00
2025-03-06 10:27:47 +01:00
2025-05-02 16:11:14 +02:00
2025-04-08 21:57:29 +07:00
2025-04-28 11:09:43 +10:00
2025-01-23 18:23:05 +09:00
2025-05-08 08:02:54 +02:00
2025-04-30 22:06:37 +01:00
2025-02-05 11:41:26 +05:30
2025-05-09 14:53:12 -07:00
2025-05-06 14:24:40 -07:00
2025-04-01 14:27:11 +01:00
2025-03-20 22:24:06 -07:00
2025-05-06 11:42:50 +01:00
2025-04-28 12:23:42 -07:00
2025-05-06 11:42:50 +01:00
2025-04-30 12:14:58 -07:00
2025-02-06 14:51:13 -08:00
2024-11-02 16:54:06 -07:00
2025-04-17 08:22:19 -07:00
2025-03-07 14:09:26 +08:00
2024-12-02 16:15:52 -08:00
2024-12-04 17:17:58 +01:00
2024-07-30 08:41:52 -04:00
2025-05-02 13:49:40 -04:00
2024-10-24 08:07:13 +03:00
2024-06-28 14:30:47 +02:00
2024-08-02 16:14:15 +02:00
2025-03-13 16:20:39 -07:00
2025-01-17 17:55:54 -08:00
2025-04-22 12:27:00 -07:00
2025-01-23 13:46:26 -08:00
2024-06-07 11:37:49 -07:00
2025-04-08 07:36:55 +07:00
2025-03-19 10:19:57 -04:00
2025-05-04 09:38:16 -07:00
2024-11-02 16:54:06 -07:00
2024-12-03 21:33:03 -08:00
2025-04-30 15:01:00 +02:00
2024-08-12 13:28:26 +02:00
2024-09-02 11:56:40 +01:00
2025-05-08 08:00:09 +02:00
2025-03-10 11:53:45 +01:00
2025-05-08 08:02:54 +02:00
2025-03-06 10:27:47 +01:00
2024-10-11 05:26:03 -07:00
2025-01-09 09:27:29 +00:00
2025-05-14 21:51:56 +01:00
2025-03-28 19:55:18 -07:00