[llvm] [Passes] Run SimpleLoopUnswitch after introducing invariant branches. (PR #81271)

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 09:21:43 PST 2024


================
@@ -47,10 +49,12 @@ class IVVisitor {
 
 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
 /// by using ScalarEvolution to analyze the IV's recurrence.
----------------
alinas wrote:

Add comment on what the new return value represents.

https://github.com/llvm/llvm-project/pull/81271


More information about the llvm-commits mailing list