[all-commits] [llvm/llvm-project] b9a8f3: [flang][OpenMP] Add parsing support for nontempora...
arnamoy10 via All-commits
all-commits at lists.llvm.org
Mon Sep 13 12:23:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9a8f34d476e03a22fb7e75aef265febc7fd21fd
https://github.com/llvm/llvm-project/commit/b9a8f34d476e03a22fb7e75aef265febc7fd21fd
Author: Arnamoy Bhattacharyya <arnamoy.bhattacharyya at huawei.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M flang/include/flang/Semantics/symbol.h
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Semantics/resolve-directives.cpp
A flang/test/Parser/omp-nontemporal-unparse.f90
A flang/test/Semantics/omp-nontemporal.f90
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][OpenMP] Add parsing support for nontemporal clause.
This patch adds parsing support for the nontemporal clause. Also adds a couple of test cases.
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D106896
More information about the All-commits
mailing list