[all-commits] [llvm/llvm-project] 051dea: [Flang][OpenMP] Remove TODO for shared and two val...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Wed Jun 29 05:09:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 051dea8221522ba320235c9c07bea5dbed2cc0ce
https://github.com/llvm/llvm-project/commit/051dea8221522ba320235c9c07bea5dbed2cc0ce
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
Log Message:
-----------
[Flang][OpenMP] Remove TODO for shared and two values of default clause
Shared is the default behaviour in the IR, so no handling is required.
Default clause with shared or none do not require any handling since
Shared is the default behaviour in the IR and None is only required
for semantic checks.
This patch is carved out from D123930 to remove couple of false TODOs.
Reviewed By: peixin, shraiysh
Differential Revision: https://reviews.llvm.org/D128797
Co-authored-by: Nimish Mishra <neelam.nimish at gmail.com>
More information about the All-commits
mailing list