This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel][X86] Support G_UDIV/G_UREM/G_SREM
ClosedPublic

Authored by aivchenk on Jul 25 2018, 2:39 AM.

Details

Summary

Support G_UDIV/G_UREM/G_SREM. The instruction selection
code is taken from FastISel with only minor tweaks to adapt
for GlobalISel.

Diff Detail

Repository
rL LLVM

Event Timeline

aivchenk created this revision.Jul 25 2018, 2:39 AM
igorb accepted this revision.Oct 7 2018, 12:09 AM

LGTM,
Thanks

This revision is now accepted and ready to land.Oct 7 2018, 12:09 AM
This revision was automatically updated to reflect the committed changes.