This is an archive of the discontinued LLVM Phabricator instance.

[CodeGenPrep] Change ValueToSExts from DeseMap to MapVector
ClosedPublic

Authored by HaohaiWen on Nov 2 2022, 1:42 AM.

Details

Summary

mergeSExts iterates throught ValueToSExts. Using DenseMap result in
unstable optimization path so that output IR may vary even if the input
IR is same.

Diff Detail

Event Timeline

HaohaiWen created this revision.Nov 2 2022, 1:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 1:42 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
HaohaiWen requested review of this revision.Nov 2 2022, 1:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 1:42 AM
wxiao3 accepted this revision.Nov 3 2022, 7:08 PM
This revision is now accepted and ready to land.Nov 3 2022, 7:08 PM
This revision was landed with ongoing or failed builds.Nov 3 2022, 8:15 PM
This revision was automatically updated to reflect the committed changes.