Lowering of bitwise_not to linalg dialect using a xor operation with a constant
of all-bits-one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99221
[mlir][tosa] Add tosa.bitwise_not lowering to constant and xor ClosedPublic Authored by rsuderman on Mar 23 2021, 3:33 PM.
Details Summary Lowering of bitwise_not to linalg dialect using a xor operation with a constant
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 17 others. · View Herald TranscriptMar 23 2021, 3:33 PM rsuderman retitled this revision from [mlir][tosa] Add tosa.bitwise_not lowering to constan and xor to [mlir][tosa] Add tosa.bitwise_not lowering to constant and xor.Mar 23 2021, 3:33 PM This revision is now accepted and ready to land.Mar 24 2021, 11:23 AM Closed by commit rGf5ba3eea6746: [mlir][tosa] Add tosa.bitwise_not lowering to constant and xor (authored by rsuderman). · Explain WhyMar 24 2021, 5:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 332807 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
|