[PATCH] D108371: [LAA] Add Memory dependence and unknown bounds remarks.

Alban Bridonneau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 07:26:15 PDT 2021


alban.bridonneau added a comment.

Just one small comment. Otherwise the patch looks good to me



================
Comment at: llvm/include/llvm/Analysis/LoopAccessAnalysis.h:555
+  /// Return reason describing why memory access cannot be vectorized.
+  // Used for the OptRemark generation.
+  FailureReason getFailureReason() const { return FailReason; }
----------------
Nit: Missing a slash


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108371/new/

https://reviews.llvm.org/D108371



More information about the llvm-commits mailing list