This is an archive of the discontinued LLVM Phabricator instance.

[NFC] LoopAccess: Move expressions close to usage
ClosedPublic

Authored by hiraditya on Aug 21 2022, 5:37 PM.

Details

Summary

Avoids useless evaluation of these expressions.

Diff Detail

Event Timeline

hiraditya created this revision.Aug 21 2022, 5:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2022, 5:37 PM
hiraditya requested review of this revision.Aug 21 2022, 5:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2022, 5:37 PM
hiraditya edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Aug 22 2022, 12:59 PM
fhahn accepted this revision.Aug 23 2022, 12:32 AM

LGTM< thanks!

This revision was automatically updated to reflect the committed changes.