[all-commits] [llvm/llvm-project] 6e3bc8: [mlir][tosa] Fix left shift that was implicitly co...

Rob Suderman via All-commits all-commits at lists.llvm.org
Wed Aug 31 14:58:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e3bc83c2237c9a815236b5ec66dd0e959648ed5
      https://github.com/llvm/llvm-project/commit/6e3bc83c2237c9a815236b5ec66dd0e959648ed5
  Author: Rob Suderman <suderman at google.com>
  Date:   2022-08-31 (Wed, 31 Aug 2022)

  Changed paths:
    M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list