This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add lowering to tosa.abs for integer cases
ClosedPublic

Authored by rsuderman on May 3 2021, 6:53 PM.

Details

Summary

Integer case requires decomposing to simple LLVM operatons.

Diff Detail

Event Timeline

rsuderman created this revision.May 3 2021, 6:53 PM
rsuderman requested review of this revision.May 3 2021, 6:53 PM
NatashaKnk accepted this revision.May 13 2021, 1:47 PM
This revision is now accepted and ready to land.May 13 2021, 1:47 PM
rsuderman updated this revision to Diff 345272.May 13 2021, 1:50 PM

Updated test to pass.

This revision was landed with ongoing or failed builds.May 13 2021, 1:56 PM
This revision was automatically updated to reflect the committed changes.