This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Do not limit arith-expand pass to FuncOp
ClosedPublic

Authored by Hardcode84 on Feb 13 2022, 5:28 AM.

Details

Summary

This pass doesn't have any limitations specific to FuncOp and it will be useful to be able to run it on other ops (e.g. gpu.func).

Diff Detail

Event Timeline

Hardcode84 created this revision.Feb 13 2022, 5:28 AM
Hardcode84 requested review of this revision.Feb 13 2022, 5:28 AM
rriddle accepted this revision.Feb 14 2022, 12:02 AM

Please add proper justification to the patch description. It's important to capture the "why" in addition to the "what".

This revision is now accepted and ready to land.Feb 14 2022, 12:02 AM
Hardcode84 edited the summary of this revision. (Show Details)Feb 14 2022, 12:25 AM
This revision was automatically updated to reflect the committed changes.