This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][OpenMP] Add a constraint to the Threadprivate Op
ClosedPublic

Authored by kiranchandramohan on Jun 26 2022, 6:45 AM.

Details

Summary

Add a constraint to ensure that the operand and result of the
threadprivate operation are the same.

Diff Detail

Event Timeline

kiranchandramohan requested review of this revision.Jun 26 2022, 6:45 AM
peixin accepted this revision.Jun 26 2022, 8:25 AM

Nice.

This revision is now accepted and ready to land.Jun 26 2022, 8:25 AM