[all-commits] [llvm/llvm-project] 9a807b: [mlir][tosa] Fix start index in slice canonicaliza...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Jul 28 16:57:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a807b8763d644b3c7da018c12bf45937d4f7ea5
https://github.com/llvm/llvm-project/commit/9a807b8763d644b3c7da018c12bf45937d4f7ea5
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
M mlir/test/Dialect/Tosa/canonicalize.mlir
Log Message:
-----------
[mlir][tosa] Fix start index in slice canonicalization
The updated start indices weren't being used.
Differential Revision: https://reviews.llvm.org/D156567
More information about the All-commits
mailing list