This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Table did not apply offset before extract on i8 input
ClosedPublic

Authored by rsuderman on Aug 19 2021, 7:15 PM.

Details

Summary

Lowering to table was incorrect as it did not apply a 128 offset before
extracting the value from the table. Fixed and correct tensor length on input
table.

Diff Detail

Event Timeline

rsuderman created this revision.Aug 19 2021, 7:15 PM
rsuderman requested review of this revision.Aug 19 2021, 7:15 PM
NatashaKnk accepted this revision.Aug 24 2021, 5:58 PM
This revision is now accepted and ready to land.Aug 24 2021, 5:58 PM
rsuderman updated this revision to Diff 368522.Aug 24 2021, 6:17 PM

Rebased to check integration