[PATCH] D91800: [PassManager] Run Induction Variable Simplification pass *after* Recognize loop idioms pass, not before
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 14:06:05 PST 2020
lebedev.ri added reviewers: MaskRay, dmgreen, sanwou01.
lebedev.ri added a comment.
(adding some more people potentially-relevant people)
TBN i'm personally not *very* sure whether or not loop-idiom benefits from being run after indvars.
If it does, we either need to run indvars twice i guess?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91800/new/
https://reviews.llvm.org/D91800
More information about the llvm-commits
mailing list