This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][OpenMP] Change map_operands type to OpenMP_PointerLikeType for Target Data
ClosedPublic

Authored by TIFitis on Mar 28 2023, 6:55 AM.

Details

Summary

This patches chagnes the type of map_operands to OpenMP_PointerLikeType for OMP Target Data directives.

Diff Detail

Event Timeline

TIFitis created this revision.Mar 28 2023, 6:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 6:55 AM
TIFitis requested review of this revision.Mar 28 2023, 6:56 AM

LG. Existing tests cover the change.

This revision is now accepted and ready to land.Mar 28 2023, 10:53 AM

LG. Existing tests cover the change.

Yes all existing tests are passing. MLIR Tests were already written using LLVM PTrType.