This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Update the limit of 62 on shift.
ClosedPublic

Authored by psunn on May 22 2023, 8:51 AM.

Details

Summary
Aligns the shift requirement with the TOSA specification.

Change-Id: Ia8881db0cac6632f5314c27c5036fd78c230ee1d

Diff Detail

Event Timeline

psunn created this revision.May 22 2023, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 8:51 AM
psunn requested review of this revision.May 22 2023, 8:51 AM
eric-k256 accepted this revision.May 24 2023, 3:20 PM

Looks good, matches what is in the TOSA specification.

This revision is now accepted and ready to land.May 24 2023, 3:20 PM
This revision was automatically updated to reflect the committed changes.