This is an archive of the discontinued LLVM Phabricator instance.

[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
of all-bits-one.

Diff Detail

Event Timeline

rsuderman created this revision.Mar 23 2021, 3:33 PM
rsuderman requested review of this revision.Mar 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
rsuderman added a reviewer: NatashaKnk.
NatashaKnk accepted this revision.Mar 24 2021, 11:23 AM
This revision is now accepted and ready to land.Mar 24 2021, 11:23 AM