[mlir][tosa] Fix left shift that was implicitly converted to 64-bit
authorRob Suderman <suderman@google.com>
Wed, 31 Aug 2022 21:55:34 +0000 (14:55 -0700)
committerRob Suderman <suderman@google.com>
Wed, 31 Aug 2022 21:56:10 +0000 (14:56 -0700)
commit6e3bc83c2237c9a815236b5ec66dd0e959648ed5
tree60fc9da3f79932349626e1f49a8bb4533797079b
parent349a2c37f929ea428f27c4d69601343296e71be4
[mlir][tosa] Fix left shift that was implicitly converted to 64-bit

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

Reviewed By: NatashaKnk

Differential Revision: https://reviews.llvm.org/D133058
mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp