[all-commits] [llvm/llvm-project] f5ba3e: [mlir][tosa] Add tosa.bitwise_not lowering to cons...
rsuderman via All-commits
all-commits at lists.llvm.org
Wed Mar 24 17:29:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5ba3eea6746559513af7ed32db8083ad52661a3
https://github.com/llvm/llvm-project/commit/f5ba3eea6746559513af7ed32db8083ad52661a3
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
Log Message:
-----------
[mlir][tosa] Add tosa.bitwise_not lowering to constant and xor
Lowering of bitwise_not to linalg dialect using a xor operation with a constant
of all-bits-one.
Differential Revision: https://reviews.llvm.org/D99221
More information about the All-commits
mailing list