This is an archive of the discontinued LLVM Phabricator instance.

[JumpThreading] Factor out common code to update the SSA form (NFC)
ClosedPublic

Authored by kazu on Nov 4 2019, 10:13 AM.

Details

Summary

This patch factors out common code to update the SSA form in
JumpThreading.cpp -- partly for readability and partly to facilitate
an coming patch of my own.

Diff Detail

Event Timeline

kazu created this revision.Nov 4 2019, 10:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2019, 10:13 AM
Herald added subscribers: jfb, hiraditya. · View Herald Transcript
wmi accepted this revision.Nov 4 2019, 10:35 AM

LGTM.

This revision is now accepted and ready to land.Nov 4 2019, 10:35 AM
This revision was automatically updated to reflect the committed changes.