[llvm] [VPlan] Introduce cannotHoistOrSinkRecipe (PR #162674)
    Ramkumar Ramachandra via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 20 03:44:09 PDT 2025
    
    
  
================
@@ -1789,7 +1807,7 @@ sinkRecurrenceUsersAfterPrevious(VPFirstOrderRecurrencePHIRecipe *FOR,
         VPDT.properlyDominates(Previous, SinkCandidate))
       return true;
 
-    if (SinkCandidate->mayHaveSideEffects())
----------------
artagnon wrote:
Thanks, looks like an underlying bug is now fixed!
https://github.com/llvm/llvm-project/pull/162674
    
    
More information about the llvm-commits
mailing list