This is an archive of the discontinued LLVM Phabricator instance.

LowerTypeTests: Split the pass in two: a resolution phase and a lowering phase.
ClosedPublic

Authored by pcc on Jan 4 2017, 8:13 PM.

Details

Summary

This change separates how type identifiers are resolved from how intrinsic
calls are lowered. All information required to lower an intrinsic call
is stored in a new TypeIdLowering data structure. The idea is that this
data structure can either be initialized using the module itself during
regular LTO, or using the module summary in ThinLTO backends.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 83187.Jan 4 2017, 8:13 PM
pcc retitled this revision from to LowerTypeTests: Split the pass in two: a resolution phase and a lowering phase..
pcc updated this object.
pcc added a reviewer: eugenis.
pcc added subscribers: llvm-commits, mehdi_amini.
eugenis accepted this revision.Jan 5 2017, 3:24 PM
eugenis edited edge metadata.
This revision is now accepted and ready to land.Jan 5 2017, 3:24 PM
This revision was automatically updated to reflect the committed changes.