This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Partially implement lower for G_EXTRACT
ClosedPublic

Authored by arsenm on Oct 4 2019, 6:18 PM.

Details

Summary

Turn into shift and truncate. Doesn't yet handle pointers.

Diff Detail

Event Timeline

arsenm created this revision.Oct 4 2019, 6:18 PM
aditya_nandakumar accepted this revision.Oct 5 2019, 3:30 PM
This revision is now accepted and ready to land.Oct 5 2019, 3:30 PM
arsenm closed this revision.Oct 5 2019, 6:35 PM

r373838