This is an archive of the discontinued LLVM Phabricator instance.

Specify target triple for bb-prefix-dump.ll
ClosedPublic

Authored by mtrofin on Feb 11 2023, 8:01 AM.

Diff Detail

Event Timeline

mtrofin created this revision.Feb 11 2023, 8:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2023, 8:01 AM
mtrofin requested review of this revision.Feb 11 2023, 8:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2023, 8:01 AM
aidengrossman accepted this revision.Feb 11 2023, 10:01 AM

Thanks for the fix.

llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
9

If we're specifying a target triple above I think we should be able to remove this unsupported flag?

This revision is now accepted and ready to land.Feb 11 2023, 10:01 AM

Seems to be failing specifically on ARM targets due to the test getting compiled into using a ternary csel instruction causing there to only be a single BB in @f1().

This revision was automatically updated to reflect the committed changes.