passlab / ompparser

ompparser: A Standalone and Unified OpenMP Parser
https://github.com/passlab/ompparser
Other
5 stars 1 forks source link

Refactor ompparser OpenMPIR.cpp code into three files: OpenMPIR.cpp, OpenMPIRToString.cpp, and OpenMPIRToDOT.cpp #94

Closed yanyh15 closed 4 years ago

yanyh15 commented 4 years ago

Refactor ompparser OpenMPIR.cpp code into three files: OpenMPIR.cpp for IR construction and normalization, OpenMPIRToString.cpp, OpenMPIRToDOT.cpp files for unparsing OpenMPIR to a string and a dot file.

ouankou commented 4 years ago

Fixed in commit https://github.com/passlab/ompparser/commit/1533ffa2ac014283a176a0c6f4b5eaffeb5406d4.

yanyh15 commented 4 years ago

Merge the development to the master. After merge, please close this issue.

ouankou commented 4 years ago

Merged in commit https://github.com/passlab/ompparser/commit/85e9aac2c9cf35b606f8229f0d61b380a804c5d8.