This is an archive of the discontinued LLVM Phabricator instance.

[Clang][OpenMP] Infix OMPLoopTransformationDirective abstract class. NFC.
ClosedPublic

Authored by Meinersbur on Oct 4 2021, 11:33 PM.

Details

Summary

Insert OMPLoopTransformationDirective between OMPLoopBasedDirective and the loop transformations OMPTileDirective and OMPUnrollDirective. This simplifies handling of loop transformations not requiring distinguishing between OMPTileDirective and OMPUnrollDirective anymore.

Diff Detail