This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Disable relative lookup table converter pass for AIX
ClosedPublic

Authored by jsji on Apr 15 2021, 11:10 AM.

Details

Summary

XCOFF hasn't implemented lowerRelativeReference.
So we need to disable new pass introduced by https://reviews.llvm.org/D94355 for
AIX for now.

Diff Detail

Event Timeline

jsji created this revision.Apr 15 2021, 11:10 AM
jsji requested review of this revision.Apr 15 2021, 11:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2021, 11:10 AM
gulfem accepted this revision.Apr 16 2021, 3:31 PM

Is there any plan to add lowerRelativeReference for XCOFF?

This revision is now accepted and ready to land.Apr 16 2021, 3:31 PM
jsji added a comment.Apr 16 2021, 4:30 PM

Is there any plan to add lowerRelativeReference for XCOFF?

Thanks. Yes, we plan to follow up later.