Amy Kwan
5dc0a1657b
[PowerPC] Fix __builtin_pdepd and __builtin_pextd to be 64-bit and P10 only.
...
The `__builtin_pdepd` and `__builtin_pextd` are P10 builtins that are meant to
be used under 64-bit only. For instance, when the builtins are compiled under
32-bit mode:
```
$ cat t.c
unsigned long long foo(unsigned long long a, unsigned long long b) {
return __builtin_pextd(a,b);
}
$ clang -c t.c -mcpu=pwr10 -m32
ExpandIntegerResult #0 : t31: i64 = llvm.ppc.pextd TargetConstant:i32<6928>, t28, t29
fatal error: error in backend: Do not know how to expand the result of this operator!
```
This patch adds sema checking for these builtins to compile under 64-bit
mode only and on P10. The builtins will emit a diagnostic when they are compiled on
non-P10 compilations and on 32-bit mode.
Differential Revision: https://reviews.llvm.org/D118753
2022-02-15 12:30:50 -06:00
..
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2021-10-09 10:03:50 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-10-08 02:35:11 +00:00
2022-01-25 10:08:53 -05:00
2022-01-19 10:57:22 -06:00
2021-11-11 15:42:08 +08:00
2022-02-01 08:48:37 -06:00
2022-01-06 14:23:51 +01:00
2021-09-14 08:39:49 -05:00
2021-09-14 08:39:49 -05:00
2021-09-14 08:39:49 -05:00
2021-09-14 08:39:49 -05:00
2021-09-01 06:55:40 +00:00
2021-11-11 15:42:08 +08:00
2021-12-01 10:56:21 -05:00
2021-12-01 10:56:21 -05:00
2021-11-23 11:42:36 -06:00
2021-10-18 15:27:49 +08:00
2022-01-06 14:23:51 +01:00
2021-10-15 12:22:44 +08:00
2021-10-04 06:17:02 -05:00
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2021-10-12 15:47:57 -05:00
2021-11-11 15:42:08 +08:00
2021-10-15 12:22:44 +08:00
2021-11-11 13:27:42 +08:00
2021-09-28 11:01:51 -05:00
2021-11-11 09:52:00 -06:00
2021-11-11 09:52:00 -06:00
2021-12-09 01:00:47 +00:00
2021-11-05 10:04:03 +00:00
2021-11-16 09:18:49 +00:00
2022-01-24 09:38:36 +00:00
2021-11-01 04:11:10 +00:00
2021-11-29 15:23:34 -08:00
2021-11-11 15:42:08 +08:00
2021-10-18 15:27:49 +08:00
2021-11-30 22:49:55 +00:00
2021-11-10 08:19:58 -06:00
2022-01-22 23:20:14 +08:00
2021-10-15 16:23:04 +00:00
2022-01-10 02:30:05 +00:00
2021-11-11 15:42:08 +08:00
2021-12-09 01:00:47 +00:00
2021-09-14 08:39:49 -05:00
2021-12-01 12:22:21 +08:00
2021-11-05 16:58:38 +08:00
2021-09-03 11:33:45 +08:00
2021-09-03 11:33:45 +08:00
2021-09-03 11:33:45 +08:00
2021-11-11 15:42:08 +08:00
2021-09-03 11:33:45 +08:00
2021-09-03 11:33:45 +08:00
2021-09-03 11:33:45 +08:00
2021-09-03 11:33:45 +08:00
2021-09-03 11:33:45 +08:00
2021-09-03 11:33:45 +08:00
2021-09-07 15:17:51 +00:00
2021-09-03 11:33:45 +08:00
2021-09-29 11:31:07 -05:00
2021-11-11 15:42:08 +08:00
2021-12-03 12:04:06 +00:00
2021-11-11 15:42:08 +08:00
2021-11-02 11:38:25 +00:00
2021-11-02 11:38:25 +00:00
2022-01-26 13:28:50 +08:00
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2021-09-07 10:51:03 -05:00
2021-10-31 20:00:57 -07:00
2022-01-24 15:12:23 -06:00
2021-12-03 09:13:02 -06:00
2022-01-06 14:23:51 +01:00
2021-11-08 01:51:24 +00:00
2021-10-18 15:27:49 +08:00
2021-11-11 15:42:08 +08:00
2022-01-13 10:49:23 -05:00
2022-01-28 08:23:01 -06:00
2021-11-03 17:57:25 +08:00
2021-11-15 02:16:46 +00:00
2022-02-04 13:24:22 -08:00
2022-02-04 13:24:22 -08:00
2022-02-04 13:24:22 -08:00
2022-02-04 13:24:22 -08:00
2022-02-04 13:24:22 -08:00
2022-02-04 13:24:22 -08:00
2021-11-15 02:16:46 +00:00
2021-12-02 15:59:29 -06:00
2021-12-06 10:15:05 +08:00
2021-11-19 10:24:54 -06:00
2022-01-10 13:49:02 -08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-11-27 12:37:15 +01:00
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2022-01-04 09:44:23 -08:00
2022-02-04 13:24:22 -08:00
2021-10-20 15:16:17 +02:00
2021-11-11 15:42:08 +08:00
2021-09-29 06:34:31 -05:00
2022-02-15 12:30:50 -06:00
2021-10-18 15:27:49 +08:00
2022-02-15 08:44:08 -06:00
2021-11-08 17:23:56 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-09-24 12:03:34 -05:00
2021-09-14 08:39:49 -05:00
2021-09-14 08:39:49 -05:00
2021-11-08 17:23:56 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2022-01-07 18:07:26 +08:00
2022-02-05 06:34:20 -05:00
2021-10-22 09:10:01 -07:00
2022-02-04 13:24:22 -08:00
2022-02-04 13:24:22 -08:00
2022-02-04 13:24:22 -08:00
2021-10-18 15:27:49 +08:00
2021-12-09 01:00:47 +00:00
2021-10-06 13:19:15 -05:00
2021-10-25 02:41:05 +00:00
2022-01-11 11:31:08 -08:00
2021-11-27 16:43:50 +00:00
2022-01-05 15:15:53 -06:00
2022-01-05 15:15:53 -06:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2022-01-25 12:14:48 +01:00
2022-01-06 14:23:51 +01:00
2021-10-12 20:12:31 +00:00
2022-02-11 01:21:45 +03:00
2021-11-24 06:43:56 -06:00
2021-09-21 12:45:24 -05:00
2021-10-15 12:22:44 +08:00
2022-01-24 09:38:36 +00:00
2021-11-10 08:19:58 -06:00
2021-11-21 18:33:28 +00:00
2021-11-03 05:17:41 +00:00
2022-02-01 08:48:37 -06:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2022-02-09 21:48:28 -05:00
2021-11-23 17:03:04 -06:00
2021-09-08 12:41:51 +01:00
2021-09-05 16:18:31 +01:00
2021-10-18 15:27:49 +08:00
2021-09-14 21:00:29 -04:00
2021-11-05 07:29:50 -05:00
2021-10-06 13:19:15 -05:00
2022-01-06 14:23:51 +01:00
2022-01-06 14:23:51 +01:00
2021-12-02 15:59:29 -06:00
2021-09-30 14:31:00 -05:00
2021-10-18 15:27:49 +08:00
2021-10-18 15:27:49 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2021-11-11 15:42:08 +08:00
2022-01-27 10:47:22 -05:00
2022-01-17 16:21:38 -05:00
2021-09-14 21:00:29 -04:00
2021-11-11 15:42:08 +08:00
2021-12-21 14:55:19 -06:00
2021-09-30 14:31:00 -05:00
2021-12-02 11:47:53 +00:00
2021-12-02 11:47:53 +00:00
2022-02-01 08:48:37 -06:00
2021-10-09 10:03:50 +08:00
2021-11-11 15:42:08 +08:00
2021-12-16 11:28:54 +00:00
2022-01-26 08:59:08 -06:00
2021-11-10 08:19:58 -06:00
2021-09-14 08:39:49 -05:00
2022-01-26 08:59:08 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 15:03:01 -06:00
2021-11-19 11:12:04 +00:00
2021-11-11 15:42:08 +08:00
2021-12-02 15:59:29 -06:00
2021-12-02 15:59:29 -06:00
2022-01-26 08:59:08 -06:00
2022-01-21 17:00:03 -08:00
2022-01-21 17:00:03 -08:00
2022-01-21 17:00:03 -08:00
2022-01-21 17:00:03 -08:00
2022-01-21 17:00:03 -08:00