This is an archive of the discontinued LLVM Phabricator instance.

[LoopUtils] Pass SCEVExpander instead SE to addRuntimeChecks.
ClosedPublic

Authored by fhahn on Jan 8 2021, 4:55 AM.

Details

Summary

This gives the user control over which expander to use, which in turn
allows the user to decide what to do with the expanded instructions.

Used in D75980.

Diff Detail