This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Legalization for inttoptr/ptrtoint
ClosedPublic

Authored by arsenm on Jan 26 2019, 9:43 AM.

Diff Detail

Event Timeline

arsenm created this revision.Jan 26 2019, 9:43 AM
aemerson accepted this revision.Jan 30 2019, 1:45 PM

LGTM.

This revision is now accepted and ready to land.Jan 30 2019, 1:45 PM
aemerson requested changes to this revision.Jan 30 2019, 2:55 PM

I've just remembered we need to notify the Observer when we're modifying instructions in place.

This revision now requires changes to proceed.Jan 30 2019, 2:55 PM
arsenm updated this revision to Diff 184438.Jan 30 2019, 7:04 PM

Call observer

aemerson accepted this revision.Feb 1 2019, 3:48 PM
This revision is now accepted and ready to land.Feb 1 2019, 3:48 PM
arsenm closed this revision.Feb 2 2019, 3:29 PM

r352973