This is an archive of the discontinued LLVM Phabricator instance.

[IndVars][NFC] Factor out condition creation in optimizeLoopExitWithUnknownExitCount
ClosedPublic

Authored by mkazantsev on Dec 12 2022, 3:50 AM.

Details

Summary

This is a preparation step to support optimization of conditions that are not immediately ICmp.

Diff Detail

Event Timeline

mkazantsev created this revision.Dec 12 2022, 3:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 3:50 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
mkazantsev requested review of this revision.Dec 12 2022, 3:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 3:50 AM

Ping (this one & thread)

mkazantsev accepted this revision.Dec 25 2022, 11:59 PM

I think this one is pretty straightforward, and if no one objects, I'll merge it. It'll simplify path ahead.

This revision is now accepted and ready to land.Dec 25 2022, 11:59 PM
mkazantsev closed this revision.Dec 26 2022, 6:53 PM