This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Fix] Use type promotion legacy pass
ClosedPublic

Authored by doru1004 on Jan 3 2023, 10:30 AM.

Details

Summary

The type pass has been renamed from initializeTypePromotionPass to initializeTypePromotionLegacuPass in patch: https://reviews.llvm.org/D140893

Diff Detail

Event Timeline

doru1004 created this revision.Jan 3 2023, 10:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 10:30 AM
doru1004 requested review of this revision.Jan 3 2023, 10:30 AM
ronlieb accepted this revision.Jan 3 2023, 10:32 AM
ronlieb added a subscriber: ronlieb.

Thanks DOru, looks way better than my botched commit

This revision is now accepted and ready to land.Jan 3 2023, 10:32 AM