llvm-project
97dbf38c - [SCEVExpander] Add SCEVUseVisitor and use it in SCEVExpander (NFC) (#188863)

Commit
52 days ago
[SCEVExpander] Add SCEVUseVisitor and use it in SCEVExpander (NFC) (#188863) Add SCEVUseVisitor, a new visitor class where all visit methods receive a SCEVUse instead of a const SCEV*. Use it for SCEVExpander, so it can use use-specific flags in the future. PR: https://github.com/llvm/llvm-project/pull/188863
Author
Parents
Loading