This is an archive of the discontinued LLVM Phabricator instance.

Remove cached DataLayout from X86ISelLowering
ClosedPublic

Authored by mehdi_amini on Jul 9 2015, 2:35 PM.

Details

Reviewers
echristo
Summary

This change is part of a series of commits dedicated to have a single
DataLayout during compilation by using always the one owned by the
module.

Diff Detail

Event Timeline

mehdi_amini updated this revision to Diff 29394.Jul 9 2015, 2:35 PM
mehdi_amini retitled this revision from to Remove cached DataLayout from X86ISelLowering.
mehdi_amini updated this object.
mehdi_amini added a reviewer: echristo.
echristo accepted this revision.Jul 10 2015, 9:39 AM
echristo edited edge metadata.

Sure. I imagine this is going somewhere away from the TM shortly. :)

-eric

This revision is now accepted and ready to land.Jul 10 2015, 9:39 AM