Missing long specifier so that a shift would occur in 64-bits rather
than implicitly in 32-bits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133058
[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
Diff Detail
Event TimelineThis 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 Closed by commit rG6e3bc83c2237: [mlir][tosa] Fix left shift that was implicitly converted to 64-bit (authored by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 457100 mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
|