This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][SelectionDAGBuilder] Fix an implicit scalable TypeSize to fixed size conversion in getUniformBase.
ClosedPublic

Authored by craig.topper on Jun 22 2023, 6:00 PM.

Details

Summary

If the index needs to be scaled by a scalable size, just give up.

Fixes PR63459

Diff Detail

Event Timeline

craig.topper created this revision.Jun 22 2023, 6:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 6:00 PM
craig.topper requested review of this revision.Jun 22 2023, 6:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 6:00 PM
srj added a subscriber: srj.Jun 22 2023, 6:44 PM
This revision is now accepted and ready to land.Jun 26 2023, 2:15 AM
RKSimon accepted this revision.Jun 26 2023, 2:28 AM

LGTM

This revision was landed with ongoing or failed builds.Jun 26 2023, 11:56 AM
This revision was automatically updated to reflect the committed changes.