[PATCH] D107773: LoopNest Analysis expansion to return instructions that prevent a Loop Nest from being perfect
    Whitney Tsang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug  9 15:59:19 PDT 2021
    
    
  
Whitney added inline comments.
================
Comment at: llvm/include/llvm/Analysis/LoopNestAnalysis.h:55
+  /// Return a vector of instructions that prevent the LoopNest given
+  /// by loops \p OuterLoop and \p InnerLoop from being Perfect
+  static InstrVectorTy getInterveningInstructions(const Loop &OuterLoop,
----------------
`from being Perfect` => `from being perfect.`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107773/new/
https://reviews.llvm.org/D107773
    
    
More information about the llvm-commits
mailing list