[llvm] [Passes] Run SimpleLoopUnswitch after introducing invariant branches. (PR #81271)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 05:42:55 PDT 2024
================
@@ -47,10 +49,12 @@ class IVVisitor {
/// simplifyUsersOfIV - Simplify instructions that use this induction variable
/// by using ScalarEvolution to analyze the IV's recurrence.
----------------
fhahn wrote:
Added, thanks!
https://github.com/llvm/llvm-project/pull/81271
More information about the llvm-commits
mailing list