[PATCH] D91800: [PassManager] Run Induction Variable Simplification pass *after* Recognize loop idioms pass, not before

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 07:21:57 PST 2020


dmgreen added a comment.

Do we have phase ordering tests for various memset/memcpy loops?

I have certainly seen places where we have managed to recognize a loop as a memcpy/memset, but not remove the remaining now empty loop. Here is some more fuel for your fire if you need it: https://godbolt.org/z/eW4rsY


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