This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Change ComplexToLLVM to be a generic pass
ClosedPublic

Authored by rriddle on Mar 8 2022, 12:49 AM.

Details

Summary

It is currently a module pass, but shouldn't be. All of the patterns
are local conversions, and don't require anything about
functions/modules.

Diff Detail

Event Timeline

rriddle created this revision.Mar 8 2022, 12:49 AM
Herald added a project: Restricted Project. · View Herald Transcript
rriddle requested review of this revision.Mar 8 2022, 12:49 AM
rriddle updated this revision to Diff 413843.Mar 8 2022, 9:40 AM
rriddle edited the summary of this revision. (Show Details)
mehdi_amini accepted this revision.Mar 8 2022, 12:13 PM

Seems like the kind of things you can skip review really :)

This revision is now accepted and ready to land.Mar 8 2022, 12:13 PM
This revision was automatically updated to reflect the committed changes.