This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Restructured SimplifyIntrinsicsPass::getOrCreateFunction.
ClosedPublic

Authored by vzakhari on Aug 9 2022, 4:42 PM.

Details

Summary

I would like to add DOT_PRODUCT support in this pass, so this restructuring
is the first step to allow some code reuse inside getOrCreateFunction().

Diff Detail

Event Timeline

vzakhari created this revision.Aug 9 2022, 4:42 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
vzakhari requested review of this revision.Aug 9 2022, 4:42 PM
Leporacanthicus accepted this revision.Aug 10 2022, 2:02 AM

LGTM. I have a similar patch, but not ready yet (because I had some other work to do!)

This revision is now accepted and ready to land.Aug 10 2022, 2:02 AM

LGTM. I have a similar patch, but not ready yet (because I had some other work to do!)

Thank you for the review!

Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2022, 9:43 AM