[all-commits] [llvm/llvm-project] c173c0: [mlir][tosa] Fix windows build-bot error due to im...
Rob Suderman via All-commits
all-commits at lists.llvm.org
Tue Aug 30 13:03:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c173c04b12ce3d192747f520c66f92cfd68b862a
https://github.com/llvm/llvm-project/commit/c173c04b12ce3d192747f520c66f92cfd68b862a
Author: Rob Suderman <suderman at google.com>
Date: 2022-08-30 (Tue, 30 Aug 2022)
Changed paths:
M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
Log Message:
-----------
[mlir][tosa] Fix windows build-bot error due to implicit i64 cast
There is an implicit i64 cast due to the << during MulOp's folder.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D132969
More information about the All-commits
mailing list