This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Fix bug in DemoteRegToStack where DenseMap is not used
ClosedPublic

Authored by ri-char on Jan 17 2023, 10:01 PM.

Details

Summary

Loads is used to keep track of and reuse load instructions we insert, but these value are inserted into Loads.

Diff Detail

Event Timeline

ri-char created this revision.Jan 17 2023, 10:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 10:01 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
ri-char requested review of this revision.Jan 17 2023, 10:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 10:01 PM
ri-char updated this revision to Diff 490037.Jan 17 2023, 10:04 PM
Qfrost911 accepted this revision.Feb 6 2023, 12:40 AM
This revision is now accepted and ready to land.Feb 6 2023, 12:40 AM
This revision was landed with ongoing or failed builds.Feb 6 2023, 11:15 PM
This revision was automatically updated to reflect the committed changes.