This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][GlobalISel] Test legalization for bitshifting with wider types
ClosedPublic

Authored by nitinjohnraj on Aug 8 2023, 9:47 AM.

Details

Summary

We test for (s48, s64, s96) on rv32 and (s72, s128, s192) on rv64.

Diff Detail

Event Timeline

nitinjohnraj created this revision.Aug 8 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 9:47 AM
nitinjohnraj requested review of this revision.Aug 8 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 9:47 AM
This revision is now accepted and ready to land.Aug 8 2023, 11:17 PM

Rebased, updated ashr tests

This revision was landed with ongoing or failed builds.Aug 17 2023, 11:54 AM
This revision was automatically updated to reflect the committed changes.