This is an archive of the discontinued LLVM Phabricator instance.

[IPRA] Don't rely on non-exact function definitions
ClosedPublic

Authored by ostannard on Jul 18 2019, 3:15 AM.

Details

Summary

If a function definition is not exact, then the linker could select a
differently-compiled version of it, which could use different registers.

Diff Detail

Event Timeline

ostannard created this revision.Jul 18 2019, 3:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2019, 3:15 AM
mehdi_amini accepted this revision.Jul 18 2019, 12:21 PM
This revision is now accepted and ready to land.Jul 18 2019, 12:21 PM