This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][EmitC] Add empty emitc.constant check
ClosedPublic

Authored by QuqqU on Apr 9 2023, 11:42 PM.

Details

Summary

Implementing logic to check if the emitc dialect constant Op is empty.

Diff Detail

Event Timeline

QuqqU created this revision.Apr 9 2023, 11:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2023, 11:42 PM
QuqqU requested review of this revision.Apr 9 2023, 11:42 PM
QuqqU retitled this revision from [MLIR] Add verifying empty emitc.constant to [MLIR][EmitC] Add empty emitc.constant check.Apr 10 2023, 8:37 PM
QuqqU edited the summary of this revision. (Show Details)
QuqqU updated this revision to Diff 512329.Apr 10 2023, 9:10 PM
QuqqU added a reviewer: rriddle.

I added @simon-camp and myself as reviewers, as we initial pushed the code and mostly maintain it. We will take a look early next week.

marbre accepted this revision.Apr 27 2023, 9:03 AM

Thanks!

This revision is now accepted and ready to land.Apr 27 2023, 9:03 AM
This revision was automatically updated to reflect the committed changes.