This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add observer argument to legalizeIntrinsic
ClosedPublic

Authored by arsenm on Jan 27 2020, 12:55 PM.

Details

Summary

This is passed to legalizeCustom, but not intrinsic. Also remove the
MRI argument, since you can get that from the MachineIRBuilder.

I'm not sure why MachineIRBuilder has a private observer member, and
this is passed separately.

Diff Detail

Event Timeline

arsenm created this revision.Jan 27 2020, 12:55 PM
This revision is now accepted and ready to land.Jan 27 2020, 2:20 PM