Added functionality which allows to attach information about target features to OpenMP MLIR code.
Scope of changes:
- Add attribute to OpenMP MLIR dialect which stores target cpu and target features
- Store target information in MLIR module
Differential D146612
[Flang][OpenMP][MLIR] Lower OpenMP target attributes domada on Mar 22 2023, 2:27 AM. Authored by
Details Added functionality which allows to attach information about target features to OpenMP MLIR code. Scope of changes:
Diff Detail
Event TimelineComment Actions Added OpenMP target attributes from parent review D145579 . This review contains complete set of changes required to add target attributes for OpenMP dialect. Comment Actions Scope of changes:
Comment Actions Updated mlir definition of target attributes. Use MLIR class StringRefParameter instead std::string |