This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpFormatGen] Fix incorrect kind used for RegionsDirective
ClosedPublic

Authored by rriddle on Jan 19 2021, 11:25 AM.

Details

Summary

I attempted to write a test case for this, but the situations in which the kind is used for RegionDirective and ResultsDirective have zero overlap; meaning that there isn't a situation in which sharing the kind creates a conflict.

Diff Detail

Event Timeline

rriddle created this revision.Jan 19 2021, 11:25 AM
rriddle requested review of this revision.Jan 19 2021, 11:25 AM
stellaraccident accepted this revision.Jan 19 2021, 11:30 AM
This revision is now accepted and ready to land.Jan 19 2021, 11:30 AM