passlab / rexompiler

REX OpenMP Compiler
https://passlab.github.io/rexompiler/
Other
1 stars 1 forks source link

The passes for OpenMP analysis and transformation #112

Open yanyh15 opened 3 years ago

yanyh15 commented 3 years ago
  1. handling declare directive
  2. handline metadirective
  3. data analysis for apply default data attribute to normalize the clauses that are used for data
  4. combined/nested construct, combined is like a new single directive that will be transformed, though the transformation may use existing function for transforming each directive
  5. Lowering