This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel][X86] Legalize G_ANYEXT, G_SEXT, and G_ZEXT
ClosedPublic

Authored by tschuett on Jun 6 2023, 12:40 AM.

Diff Detail

Event Timeline

tschuett created this revision.Jun 6 2023, 12:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2023, 12:40 AM
tschuett requested review of this revision.Jun 6 2023, 12:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2023, 12:40 AM
RKSimon accepted this revision.Jun 6 2023, 3:09 AM

LGTM with one minor

llvm/test/CodeGen/X86/GlobalISel/legalize-szanyext.mir
3 ↗(On Diff #528730)

Please can you split this into legalize-sext.mir / legalize-zext.mir / legalize-anyext.mir

This revision is now accepted and ready to land.Jun 6 2023, 3:09 AM
This revision was landed with ongoing or failed builds.Jun 6 2023, 3:22 AM
This revision was automatically updated to reflect the committed changes.