This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][GlobalISel] Legalize G_ICMP and G_SELECT
ClosedPublic

Authored by nitinjohnraj on Aug 3 2023, 11:59 AM.

Details

Summary

Test legalization for (i7, i8, i16, i32, i48, i64) on rv32 and for (i8, i15, i16, i32, i64, i72, i128). Legalization fails for i96 on rv32 and i192 on rv64. Note that i192 fails for AArch64.

Diff Detail

Event Timeline

nitinjohnraj created this revision.Aug 3 2023, 11:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2023, 11:59 AM
nitinjohnraj requested review of this revision.Aug 3 2023, 11:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2023, 11:59 AM

@craig.topper The patch still shows as "Needs Review".

This revision is now accepted and ready to land.Aug 4 2023, 2:41 PM
This revision was landed with ongoing or failed builds.Aug 7 2023, 4:57 PM
This revision was automatically updated to reflect the committed changes.