[PATCH] D72178: [DA] Delinearization of fixed-size multi-dimensional arrays
    Michael Kruse via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 26 21:15:41 PST 2020
    
    
  
Meinersbur added inline comments.
================
Comment at: llvm/include/llvm/Analysis/DependenceAnalysis.h:930
 
-  private:
     /// checkSubscript - Helper function for checkSrcSubscript and
----------------
bmahjour wrote:
> Meinersbur wrote:
> > Is `checkSubscript` supposed to be public now?
> No, it is still private. The `private` keyword above was redundant, which is why I removed it.
OK, I see.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72178/new/
https://reviews.llvm.org/D72178
    
    
More information about the llvm-commits
mailing list