This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
ClosedPublic

Authored by fhahn on Dec 16 2019, 4:00 AM.

Details

Summary

SCEVExpander modifies the underlying function so it is more suitable in
Transforms/Utils, rather than Analysis. This allows using other
transform utils in SCEVExpander.

Diff Detail