This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Inliner] Store the resolved call by-value instead of by-reference
ClosedPublic

Authored by rriddle on Apr 15 2020, 5:01 PM.

Details

Summary

This avoids asan failures as more calls may be added during inlining, invalidating the reference.

Diff Detail

Event Timeline

rriddle created this revision.Apr 15 2020, 5:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2020, 5:02 PM
rsuderman accepted this revision.Apr 15 2020, 5:02 PM
This revision is now accepted and ready to land.Apr 15 2020, 5:02 PM
This revision was automatically updated to reflect the committed changes.