This is an archive of the discontinued LLVM Phabricator instance.

Add tests for LKK algorithm
ClosedPublic

Authored by TG908 on Oct 3 2019, 1:56 PM.

Details

Summary

Added some tests testing urem and srem operations with a constant divisor.

Relevant diff

Diff Detail

Repository
rL LLVM

Event Timeline

TG908 created this revision.Oct 3 2019, 1:56 PM
xbolva00 accepted this revision.Oct 4 2019, 3:22 AM

Please commit tests

This revision is now accepted and ready to land.Oct 4 2019, 3:22 AM

Do you have a commit access? Or should somebody land your tests?

TG908 added a comment.Oct 5 2019, 6:54 AM

I don't have commit access. This is my first patch.

This revision was automatically updated to reflect the committed changes.

Commited on your behalf. Now you can rebase your patch https://reviews.llvm.org/D68360.

https://reviews.llvm.org/rL373830

TG908 added a comment.Oct 5 2019, 7:38 AM

thank you