This is an archive of the discontinued LLVM Phabricator instance.

[AIX] XFAIL test missing DBG_LABEL
AbandonedPublic

Authored by Jake-Egan on Nov 28 2021, 7:18 PM.

Details

Reviewers
shchenz
Summary

On 64-bit AIX, the DBG_LABEL instruction is dropped after fast-isel. XFAIL this test on 64-bit AIX for now.

Diff Detail

Event Timeline

Jake-Egan requested review of this revision.Nov 28 2021, 7:18 PM
Jake-Egan created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2021, 7:18 PM
Jake-Egan edited the summary of this revision. (Show Details)Nov 28 2021, 7:20 PM
Jake-Egan added a reviewer: shchenz.
shchenz accepted this revision.Nov 28 2021, 7:22 PM

LGTM. Please be aware that we are working on resolving this in fast-isel for 64-bit XCOFF.

This revision is now accepted and ready to land.Nov 28 2021, 7:22 PM
Jake-Egan abandoned this revision.Nov 30 2021, 6:09 AM

https://reviews.llvm.org/D114778 is created for the root cause, so I think we can abandon this patch now?

Abandoning the patch, thanks.