[all-commits] [llvm/llvm-project] 127568: [Flang][OpenMP] Mark mergeable and untied clauses ...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Mon Nov 6 07:02:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12756831e4a96aed78e8724bb982e47444ff2ffc
https://github.com/llvm/llvm-project/commit/12756831e4a96aed78e8724bb982e47444ff2ffc
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/FIR/task.f90
A flang/test/Lower/OpenMP/Todo/task_mergeable.f90
A flang/test/Lower/OpenMP/Todo/task_untied.f90
M flang/test/Lower/OpenMP/task.f90
Log Message:
-----------
[Flang][OpenMP] Mark mergeable and untied clauses as unsupported (#71209)
These two clauses are not supported in the OpenMP Dialect to LLVM
conversion. Mark as TODO till support is added.
More information about the All-commits
mailing list