[clang] [Clang][OpenMP] Add an additional class to hold data that will be shared between all loop transformations (PR #155849)
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 29 07:43:30 PDT 2025
================
@@ -956,30 +956,42 @@ class OMPLoopBasedDirective : public OMPExecutableDirective {
}
};
+/// Common class of data shared between
+/// OMPCanonicalLoopNestTransformationDirective and transformations over
+/// canonical loop sequences.
----------------
Meinersbur wrote:
Would it make sense to introduce `OMPCanonicalLoopSequenceTransformationDirective` as well?
https://github.com/llvm/llvm-project/pull/155849
More information about the cfe-commits
mailing list