This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.logical_* to linalg lowerings
ClosedPublic

Authored by rsuderman on Mar 18 2021, 5:29 PM.

Details

Summary

Adds lowerings for logical_* boolean operations. Each of these ops only operate
on booleans allowing simple lowerings.

Diff Detail

Event Timeline

rsuderman created this revision.Mar 18 2021, 5:29 PM
rsuderman requested review of this revision.Mar 18 2021, 5:29 PM
NatashaKnk accepted this revision.Mar 19 2021, 9:56 AM
This revision is now accepted and ready to land.Mar 19 2021, 9:56 AM
This revision was automatically updated to reflect the committed changes.