This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][GlobalISel] Test legalization of binary logical instructions with wider types
ClosedPublic

Authored by nitinjohnraj on Jul 18 2023, 1:37 PM.

Details

Summary

Without any additional tweaking, we can successfully legalize for wider
types (i64, i96 for rv32; i128, i192 for rv64) that are integer
multiples of XLen.

Diff Detail

Event Timeline

nitinjohnraj created this revision.Jul 18 2023, 1:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 1:37 PM
nitinjohnraj requested review of this revision.Jul 18 2023, 1:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 1:38 PM
arsenm accepted this revision.Jul 18 2023, 1:48 PM
This revision is now accepted and ready to land.Jul 18 2023, 1:48 PM
This revision was landed with ongoing or failed builds.Jul 26 2023, 3:47 PM
This revision was automatically updated to reflect the committed changes.