This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Hoist common cleanup code to function. (NFC)
ClosedPublic

Authored by fhahn on Feb 27 2023, 12:42 AM.

Details

Summary

This allows for easier updating of common code in follow-on patches.

Diff Detail

Event Timeline

fhahn created this revision.Feb 27 2023, 12:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 27 2023, 12:42 AM
fhahn requested review of this revision.Feb 27 2023, 12:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 27 2023, 12:42 AM
nikic accepted this revision.Feb 27 2023, 12:45 AM

LGTM

llvm/include/llvm/Analysis/ScalarEvolution.h
2040

Worklist

This revision is now accepted and ready to land.Feb 27 2023, 12:45 AM
This revision was automatically updated to reflect the committed changes.
fhahn marked an inline comment as done.
fhahn added inline comments.Feb 27 2023, 11:39 AM
llvm/include/llvm/Analysis/ScalarEvolution.h
2040

Fixed, thanks!