[all-commits] [llvm/llvm-project] 1b7498: [mlir][tosa] Add tosa.logical_* to linalg lowerings
rsuderman via All-commits
all-commits at lists.llvm.org
Fri Mar 19 11:37:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b7498120d2f24fac2fabdc167c268a4cd78cec7
https://github.com/llvm/llvm-project/commit/1b7498120d2f24fac2fabdc167c268a4cd78cec7
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.logical_* to linalg lowerings
Adds lowerings for logical_* boolean operations. Each of these ops only operate
on booleans allowing simple lowerings.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D98910
More information about the All-commits
mailing list