This is an archive of the discontinued LLVM Phabricator instance.

[IndVarSimplify] Remove duplicate call to getSCEV. NFC
ClosedPublic

Authored by craig.topper on Mar 20 2023, 11:09 AM.

Details

Summary

We already did this same call on the line before.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 20 2023, 11:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 11:09 AM
craig.topper requested review of this revision.Mar 20 2023, 11:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 11:09 AM
nikic accepted this revision.Mar 21 2023, 3:42 AM

LGTM

This revision is now accepted and ready to land.Mar 21 2023, 3:42 AM