This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Remove folding logic for removed runtime function
ClosedPublic

Authored by jhuber6 on Dec 20 2022, 7:51 AM.

Details

Summary

This function was removed from the device runtime at some point but we
still have specialized code for it and an entry in the runtime kinds.
Remove it as it is no longer necessary.

Diff Detail

Event Timeline

jhuber6 created this revision.Dec 20 2022, 7:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2022, 7:51 AM
jhuber6 requested review of this revision.Dec 20 2022, 7:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Dec 20 2022, 8:18 AM
This revision was landed with ongoing or failed builds.Dec 20 2022, 11:38 AM
This revision was automatically updated to reflect the committed changes.
llvm/lib/Transforms/IPO/OpenMPOpt.cpp