This is an archive of the discontinued LLVM Phabricator instance.

[MLIR,OpenMP] : Add Conversion pattern for Critical Op
ClosedPublic

Authored by kiranchandramohan on Jul 22 2022, 3:20 AM.

Details

Summary

The Conversion pattern enables conversion of Critical Op with block
arguments.

Fixes https://github.com/llvm/llvm-project/issues/56629

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
kiranchandramohan requested review of this revision.Jul 22 2022, 3:20 AM
shraiysh accepted this revision.Jul 22 2022, 4:56 AM
This revision is now accepted and ready to land.Jul 22 2022, 4:56 AM

There is an issue with the test. I will fix it before landing.