This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Support WsLoopOp in OpenMP to LLVM dialect conversion
ClosedPublic

Authored by ftynse on Nov 23 2020, 11:58 AM.

Details

Summary

It is a simple conversion that only requires to change the region argument
types, generalize it from ParallelOp.

Diff Detail

Event Timeline

ftynse created this revision.Nov 23 2020, 11:58 AM
ftynse requested review of this revision.Nov 23 2020, 11:58 AM

Thanks. LGTM.

This revision is now accepted and ready to land.Nov 23 2020, 2:02 PM