This is an archive of the discontinued LLVM Phabricator instance.

[SCEV][NFC] Remove duplication of isLoopInvariant code
ClosedPublic

Authored by mkazantsev on May 18 2017, 1:24 AM.

Details

Summary

Replace two places that duplicate the code of isLoopInvariant method with
the invocation of this method.

Diff Detail

Repository
rL LLVM

Event Timeline

mkazantsev created this revision.May 18 2017, 1:24 AM
This revision was automatically updated to reflect the committed changes.