This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Fix comment explaining ConverVectorLoad
AcceptedPublic

Authored by tyb0807 on Sep 29 2023, 2:15 PM.

Details

Summary

The new number of elements should be the original one divided by a scale factor computed from old and new bit width

Diff Detail

Event Timeline

tyb0807 created this revision.Sep 29 2023, 2:15 PM
Herald added a project: Restricted Project. · View Herald Transcript
tyb0807 requested review of this revision.Sep 29 2023, 2:15 PM
dcaballe accepted this revision.Sep 29 2023, 2:47 PM

Thanks! :)

(I think we should be using github for new changes. IIRC, Phab is about to move to read-only mode)

This revision is now accepted and ready to land.Sep 29 2023, 2:47 PM