[PATCH] D150706: [LAA] Update MaxSafeDepDistBytes when non-unit stride

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 09:52:00 PDT 2023


ABataev added inline comments.


================
Comment at: llvm/lib/Analysis/LoopAccessAnalysis.cpp:2005
+  // 8.
+  auto Bounds = InnermostLoop->getBounds(SE);
+  if (!Bounds) {
----------------
Expand `auto` to actual type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150706



More information about the llvm-commits mailing list