[all-commits] [llvm/llvm-project] 083349: [Clang][NFC] Rename OMPLoopTransformationDirective...
Roger Ferrer Ibáñez via All-commits
all-commits at lists.llvm.org
Mon Sep 8 01:47:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0833493603e44d27771de23e9c925d04fb4a0525
https://github.com/llvm/llvm-project/commit/0833493603e44d27771de23e9c925d04fb4a0525
Author: Roger Ferrer Ibáñez <rofirrim at gmail.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M clang/include/clang/AST/StmtOpenMP.h
M clang/include/clang/Basic/OpenMPKinds.h
M clang/include/clang/Basic/StmtNodes.td
M clang/lib/AST/StmtOpenMP.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
M clang/tools/libclang/CIndex.cpp
Log Message:
-----------
[Clang][NFC] Rename OMPLoopTransformationDirective to OMPCanonicalLoopNestTransformationDirective (#155848)
This is preparatory work for the implementation of `#pragma omp fuse` in
https://github.com/llvm/llvm-project/pull/139293
Not all OpenMP loop transformations makes sense to make them inherit
from `OMPLoopBasedDirective`, in particular in OpenMP 6.0 'fuse' (to be
implemented later) is a transformation of a canonical loop sequence.
This change renames class `OMPLoopTransformationDirective` to
`OMPCanonicalLoopNestTransformationDirective` so we can reclaim that
name in a later change.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list