Kajetan Puchalski
d3d96e2057
[flang][OpenMP] Add -f[no]-openmp-simd ( #150269 )
...
Both clang and gfortran support the -fopenmp-simd flag, which enables
OpenMP support only for simd constructs, while disabling the rest of
OpenMP.
Implement the appropriate parse tree rewriting to remove non-SIMD OpenMP
constructs at the parsing stage.
Add a new SimdOnly flang OpenMP IR pass which rewrites generated OpenMP
FIR to handle untangling composite simd constructs, and clean up OpenMP
operations leftover after the parse tree rewriting stage.
With this approach, the two parts of the logic required to make the flag
work can be self-contained within the parse tree rewriter and the MLIR
pass, respectively. It does not need to be implemented within the core
lowering logic itself.
The flag is expected to have no effect if -fopenmp is passed explicitly,
and is only expected to remove OpenMP constructs, not things like OpenMP
library functions calls. This matches the behaviour of other compilers.
---------
Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>
2025-08-14 14:20:15 +01:00
..
2025-03-05 08:27:17 +01:00
2025-08-13 14:36:13 -07:00
2025-08-14 14:20:15 +01:00
2025-07-18 11:20:00 -04:00
2025-02-27 14:32:30 -08:00
2025-05-12 12:28:13 -07:00
2025-06-30 10:17:05 -07:00
2025-06-16 14:36:35 -07:00
2025-03-10 13:16:31 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:32:50 -08:00
2025-03-19 12:02:34 -07:00
2025-07-30 11:41:57 -07:00
2025-03-26 12:09:57 -07:00
2025-06-30 10:17:05 -07:00
2025-05-13 07:48:54 -07:00
2025-01-08 13:12:00 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-01-27 08:44:39 -08:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2024-09-20 13:53:12 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:28:08 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-07-16 09:10:26 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-05-13 07:49:20 -07:00
2025-03-19 12:00:23 -07:00
2025-05-28 13:59:48 -07:00
2025-06-30 11:19:05 -07:00
2025-06-30 10:25:00 -07:00
2025-07-03 14:34:16 -07:00
2025-07-30 11:41:40 -07:00
2025-01-31 10:54:00 -08:00
2024-11-14 14:57:39 -08:00
2025-01-08 13:15:22 -08:00
2025-01-14 10:39:51 -08:00
2025-01-14 10:40:39 -08:00
2025-01-14 10:41:42 -08:00
2025-01-14 12:56:03 -08:00
2025-01-14 12:56:03 -08:00
2025-01-14 12:57:10 -08:00
2025-01-14 12:57:49 -08:00
2025-01-27 08:56:25 -08:00
2025-01-27 08:55:56 -08:00
2025-01-31 10:52:34 -08:00
2025-01-31 10:53:40 -08:00
2025-01-31 10:54:48 -08:00
2025-01-31 10:54:25 -08:00
2025-01-31 10:55:08 -08:00
2025-02-27 14:28:34 -08:00
2025-03-19 12:02:03 -07:00
2025-03-26 12:09:38 -07:00
2025-05-12 12:27:39 -07:00
2025-05-13 07:48:54 -07:00
2025-06-04 09:22:28 -07:00
2025-06-30 10:21:06 -07:00
2025-07-16 09:09:05 -07:00
2025-07-16 09:09:29 -07:00
2025-06-30 10:17:05 -07:00
2025-07-25 21:35:01 +02:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-03-10 13:19:58 -07:00
2025-06-30 10:17:05 -07:00
2025-03-10 13:19:58 -07:00
2025-06-30 10:17:05 -07:00
2025-01-27 11:57:01 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2024-09-16 13:44:41 -07:00
2025-03-10 13:20:35 -07:00
2025-01-27 08:55:20 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-05-13 07:48:54 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:28:08 -08:00
2025-03-19 11:59:39 -07:00
2025-02-27 14:28:08 -08:00
2025-05-12 12:02:15 -07:00
2025-03-03 20:50:02 +01:00
2025-05-09 17:20:38 -07:00
2025-06-30 10:17:05 -07:00
2025-01-27 09:00:10 -08:00
2025-06-30 10:17:05 -07:00
2025-05-12 12:02:15 -07:00
2025-02-27 14:28:08 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-01-03 10:35:11 -08:00
2025-06-30 10:17:05 -07:00
2025-04-08 14:55:11 -07:00
2025-07-30 11:41:40 -07:00
2025-03-18 15:39:04 -07:00
2025-02-04 13:10:47 -08:00
2025-04-18 12:51:38 -07:00
2025-05-07 09:23:43 -07:00
2025-06-12 17:08:49 -07:00
2025-06-10 22:10:26 -07:00
2025-01-22 19:06:28 -08:00
2025-04-08 12:54:48 -07:00
2025-03-19 12:00:51 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-03-10 13:17:12 -07:00
2025-05-13 07:48:54 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-05-02 07:35:24 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:31:24 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:28:08 -08:00
2025-02-27 14:32:12 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2024-09-12 09:11:23 -07:00
2025-04-01 08:07:26 +02:00
2025-04-01 08:07:26 +02:00
2025-04-01 08:07:26 +02:00
2025-05-12 12:02:15 -07:00
2025-05-12 12:02:15 -07:00
2025-03-19 11:59:18 -07:00
2025-01-27 11:56:41 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:28:08 -08:00
2025-03-19 11:59:59 -07:00
2025-03-19 11:59:59 -07:00
2024-09-30 22:40:16 +01:00
2025-06-26 12:15:57 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:33:11 -08:00
2025-05-13 07:48:30 -07:00
2024-12-17 12:10:29 -08:00
2025-01-14 13:02:21 -08:00
2025-03-03 14:46:08 -08:00
2025-01-08 13:14:28 -08:00
2025-07-17 14:18:21 -04:00
2025-06-30 10:17:05 -07:00
2025-03-25 13:17:17 -04:00
2025-06-30 10:17:05 -07:00
2024-09-20 13:52:02 -07:00
2025-06-30 10:17:05 -07:00
2024-09-18 12:20:39 -07:00
2025-02-04 20:50:01 -05:00
2025-06-17 09:05:36 +01:00
2025-06-17 09:05:36 +01:00
2025-03-03 14:47:02 -08:00
2025-06-30 10:17:05 -07:00
2025-03-19 12:00:51 -07:00
2025-06-30 10:17:05 -07:00
2025-02-21 13:14:15 -08:00
2025-02-21 13:14:15 -08:00
2025-01-08 13:15:51 -08:00
2025-01-08 13:15:51 -08:00
2025-05-28 13:58:22 -07:00
2025-05-12 12:27:56 -07:00
2024-10-07 13:17:28 -07:00
2025-01-31 11:43:29 -08:00
2025-01-31 11:43:29 -08:00
2025-01-30 11:41:20 -08:00
2025-06-30 10:17:05 -07:00
2024-09-12 09:10:58 -07:00
2025-06-30 10:17:05 -07:00
2025-01-27 08:54:56 -08:00
2025-01-08 13:13:30 -08:00
2025-06-30 10:17:05 -07:00
2025-03-10 13:17:31 -07:00
2025-07-17 14:18:21 -04:00
2025-01-29 09:44:09 +01:00
2025-05-12 12:28:50 -07:00
2025-03-19 12:00:51 -07:00
2025-06-30 10:17:05 -07:00
2024-12-13 14:41:49 -08:00
2025-01-14 13:01:56 -08:00
2024-09-18 12:18:50 -07:00
2024-09-20 13:53:33 -07:00
2025-01-14 13:01:56 -08:00
2025-06-16 16:26:03 -07:00
2025-02-26 18:19:02 +01:00
2025-03-05 08:27:17 +01:00
2025-03-10 13:20:52 -07:00
2025-06-17 08:55:18 -07:00
2025-06-16 16:26:03 -07:00
2025-06-16 16:26:03 -07:00
2025-06-16 16:26:03 -07:00
2025-06-16 16:26:03 -07:00
2025-07-17 14:18:21 -04:00
2025-03-10 13:18:23 -07:00
2025-07-17 14:18:21 -04:00
2024-10-08 13:57:02 -05:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-09 15:52:24 +01:00
2025-01-13 10:52:09 -05:00
2025-05-15 11:25:26 -07:00
2025-03-10 16:48:54 -07:00
2025-07-17 14:18:21 -04:00
2024-11-19 16:20:08 -08:00
2025-07-17 14:18:21 -04:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-04-04 16:26:08 -04:00
2025-01-23 15:09:24 -08:00
2025-01-14 12:57:49 -08:00
2025-07-17 14:18:21 -04:00
2025-02-27 14:28:08 -08:00
2025-06-30 10:17:05 -07:00
2025-01-14 13:01:56 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-01-14 13:01:56 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-05-12 12:28:31 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-07-18 12:58:09 -04:00
2025-01-31 11:43:29 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:28:08 -08:00
2025-06-30 15:49:07 -04:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:28:08 -08:00
2025-06-30 10:17:05 -07:00
2025-05-12 12:02:15 -07:00
2025-06-30 10:17:05 -07:00
2025-05-28 14:01:28 -07:00
2025-03-10 16:48:54 -07:00
2025-06-30 10:17:05 -07:00
2025-01-31 10:54:00 -08:00
2025-06-30 10:17:05 -07:00
2025-02-27 14:33:11 -08:00
2025-06-30 10:17:05 -07:00
2025-06-09 15:52:24 +01:00
2024-10-02 10:21:14 +01:00
2025-07-17 14:18:21 -04:00
2025-07-25 14:48:01 -07:00
2024-10-15 14:22:22 -07:00
2024-11-05 13:17:22 -08:00
2025-01-31 10:54:25 -08:00
2025-06-30 10:17:05 -07:00
2025-03-26 12:34:36 -07:00
2024-10-15 14:22:48 -07:00
2024-11-19 16:20:23 -08:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-06-30 10:17:05 -07:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-03-04 20:41:01 -05:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-07-17 14:18:21 -04:00
2025-06-09 15:52:24 +01:00
2025-03-26 12:08:48 -07:00
2025-01-27 08:45:11 -08:00
2025-04-08 16:16:26 +05:00
2024-12-05 09:41:40 -06:00
2025-02-27 14:28:08 -08:00
2025-06-30 10:17:05 -07:00
2025-07-16 09:09:49 -07:00
2025-07-16 09:09:49 -07:00
2025-06-16 14:37:01 -07:00
2025-06-16 14:37:01 -07:00
2025-06-16 14:37:01 -07:00
2025-06-16 14:37:01 -07:00
2025-06-16 14:37:01 -07:00
2025-06-16 14:37:01 -07:00
2025-07-16 09:09:49 -07:00
2025-06-16 14:37:01 -07:00
2025-06-16 14:37:01 -07:00
2025-07-16 09:09:49 -07:00
2025-01-08 13:13:30 -08:00
2025-06-30 10:17:05 -07:00
2025-02-21 13:14:15 -08:00
2025-08-13 14:36:13 -07:00
2025-07-04 08:43:57 +01:00