This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][IRBuilder] Change the default constructor for OpenMPIRBuilder::LocationDescription
ClosedPublic

Authored by shraiysh on Feb 14 2022, 7:06 AM.

Details

Summary

This patch changes the argument from template-IRBuilder to IRBuilderBase
thus allowing us to write less code while getting the location from a
builder.

Diff Detail

Event Timeline

shraiysh created this revision.Feb 14 2022, 7:06 AM
shraiysh requested review of this revision.Feb 14 2022, 7:06 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
ftynse accepted this revision.Feb 14 2022, 7:16 AM
This revision is now accepted and ready to land.Feb 14 2022, 7:16 AM
This revision was landed with ongoing or failed builds.Feb 14 2022, 11:10 AM
This revision was automatically updated to reflect the committed changes.