This is an archive of the discontinued LLVM Phabricator instance.

[NewPM] Disable RelLookupTableConverter pass in lto
ClosedPublic

Authored by gulfem on Apr 30 2021, 2:00 PM.

Details

Summary

Relative look table converter pass caused an issue when full lto
is enabled (reported in https://reviews.llvm.org/D94355).
This patch disables that pass from full lto pre-link phase optimization
pipeline until the issue is fixed.

Diff Detail

Event Timeline

gulfem created this revision.Apr 30 2021, 2:00 PM
gulfem requested review of this revision.Apr 30 2021, 2:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2021, 2:00 PM
gulfem added a subscriber: nathanchance.
phosek accepted this revision.Apr 30 2021, 2:16 PM

LGTM

This revision is now accepted and ready to land.Apr 30 2021, 2:16 PM
This revision was landed with ongoing or failed builds.Apr 30 2021, 2:24 PM
This revision was automatically updated to reflect the committed changes.