This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Fix the error transformation of BRCOND to BCC.
ClosedPublic

Authored by hzq on May 14 2023, 8:21 AM.

Diff Detail

Event Timeline

hzq created this revision.May 14 2023, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2023, 8:21 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
hzq requested review of this revision.May 14 2023, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2023, 8:21 AM
Allen added a subscriber: Allen.May 15 2023, 12:39 AM
hzq retitled this revision from [GlobalISel] Fix the erroneous transformation of BRCOND to BCC. to [GlobalISel] Fix the error transformation of BRCOND to BCC..May 20 2023, 5:04 AM
hzq edited the summary of this revision. (Show Details)
hzq edited the summary of this revision. (Show Details)May 20 2023, 5:47 AM
hzq added a comment.May 21 2023, 6:24 PM

@paquette @kristof.beyls Could you please review these code modifications for me? Will greatly appreciate your assistance.

dmgreen accepted this revision.Jun 27 2023, 1:13 PM

I think this LGTM. Thanks

This revision is now accepted and ready to land.Jun 27 2023, 1:13 PM
hzq added a comment.Jun 27 2023, 6:04 PM

Thanks @dmgreen. Will wait for one more day before landing this patch in case others have comments.