This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel][X86] Support G_INTTOPTR instruction.
ClosedPublic

Authored by aivchenk on Feb 22 2018, 7:57 AM.

Details

Summary

Add legalization/selection for x86/x86_64 and
corresponding tests.

Diff Detail

Event Timeline

aivchenk created this revision.Feb 22 2018, 7:57 AM

Could you please add test for Legalizar pass?

aivchenk updated this revision to Diff 135508.Feb 22 2018, 1:05 PM

Added tests for legalizer

aivchenk updated this revision to Diff 135513.Feb 22 2018, 1:37 PM

added legalizer tests

igorb accepted this revision.Feb 24 2018, 11:24 PM

LGTM,
Thanks.

This revision is now accepted and ready to land.Feb 24 2018, 11:24 PM
This revision was automatically updated to reflect the committed changes.