This is an archive of the discontinued LLVM Phabricator instance.

IRLinker: fix double scheduling of mapping a global value because of an alias
ClosedPublic

Authored by mehdi_amini on May 24 2016, 11:56 AM.

Details

Summary

This test was hitting an assertion in the value mapper because
the IRLinker was trying to map two times @A while materializing
the initializer for @C.

Fix http://llvm.org/PR27850

Diff Detail

Repository
rL LLVM

Event Timeline

mehdi_amini retitled this revision from to IRLinker: fix double scheduling of mapping a global value because of an alias.
mehdi_amini updated this object.
mehdi_amini added reviewers: rafael, dexonsmith.
mehdi_amini added a subscriber: llvm-commits.
rafael edited edge metadata.May 24 2016, 2:08 PM
rafael added a subscriber: rafael.

LGTM, thanks!

This revision was automatically updated to reflect the committed changes.