This is an archive of the discontinued LLVM Phabricator instance.

[VP] Make VectorBuilder take IRBuilderBase instead of IRBuilder<>
ClosedPublic

Authored by craig.topper on Mar 18 2022, 1:23 PM.

Details

Summary

IRBuilder<> assumes specific values for template parameters.
IRBuilderBase abstracts away the template.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 18 2022, 1:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2022, 1:23 PM
Herald added a subscriber: dexonsmith. · View Herald Transcript
craig.topper requested review of this revision.Mar 18 2022, 1:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2022, 1:23 PM
simoll accepted this revision.Mar 21 2022, 2:17 AM
This revision is now accepted and ready to land.Mar 21 2022, 2:17 AM
This revision was landed with ongoing or failed builds.Mar 21 2022, 9:17 AM
This revision was automatically updated to reflect the committed changes.