[PATCH] D72178: [DA] Delinearization of fixed-size multi-dimensional arrays

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 06:16:44 PST 2020


bmahjour marked 2 inline comments as done.
bmahjour added inline comments.


================
Comment at: llvm/include/llvm/Analysis/DependenceAnalysis.h:930
 
-  private:
     /// checkSubscript - Helper function for checkSrcSubscript and
----------------
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.


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