This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fix left shift that was implicitly converted to 64-bit
ClosedPublic

Authored by rsuderman on Aug 31 2022, 2:47 PM.

Details

Summary

Missing long specifier so that a shift would occur in 64-bits rather
than implicitly in 32-bits.

Diff Detail

Event Timeline

rsuderman created this revision.Aug 31 2022, 2:47 PM
Herald added a project: Restricted Project. · View Herald Transcript
rsuderman requested review of this revision.Aug 31 2022, 2:47 PM
NatashaKnk accepted this revision.Aug 31 2022, 2:55 PM
This revision is now accepted and ready to land.Aug 31 2022, 2:55 PM
This revision was landed with ongoing or failed builds.Aug 31 2022, 2:58 PM
This revision was automatically updated to reflect the committed changes.