[flang-commits] [flang] [flang][OpenMP] Resolve names for declare simd uniform clause (PR #142160)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Jun 2 04:17:26 PDT 2025
================
@@ -749,7 +747,7 @@ class OmpAttributeVisitor : DirectiveAttributeVisitor<llvm::omp::Directive> {
Symbol::Flags dataSharingAttributeFlags{Symbol::Flag::OmpShared,
Symbol::Flag::OmpPrivate, Symbol::Flag::OmpFirstPrivate,
Symbol::Flag::OmpLastPrivate, Symbol::Flag::OmpReduction,
- Symbol::Flag::OmpLinear};
+ Symbol::Flag::OmpLinear, Symbol::Flag::OmpUniform};
----------------
tblah wrote:
I don't agree that UNIFORM is a data sharing attribute. The standard describes this as a data _environment_ attribute but not a data _sharing_ attribute.
https://github.com/llvm/llvm-project/pull/142160
More information about the flang-commits
mailing list