This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Fix ComputeNumSignBits for scalable vectors
ClosedPublic

Authored by david-arm on Jun 3 2020, 7:21 AM.

Details

Summary

When trying to calculate the number of sign bits for scalable vectors
we should just bail out for now and pretend we know nothing.

Diff Detail

Event Timeline

david-arm created this revision.Jun 3 2020, 7:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2020, 7:21 AM
david-arm updated this revision to Diff 269456.Jun 9 2020, 2:32 AM
david-arm added reviewers: efriedma, ctetreau.
david-arm updated this revision to Diff 270111.Jun 11 2020, 5:48 AM
RKSimon accepted this revision.Jun 18 2020, 12:26 AM
RKSimon added a subscriber: RKSimon.

LGTM

This revision is now accepted and ready to land.Jun 18 2020, 12:26 AM
This revision was automatically updated to reflect the committed changes.