[PATCH] D135808: [LoopInterchange] Correcting the profitability checking for vectorization

Ramkrishnan Narayanan Komala via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 09:31:46 PST 2022


ram-NK marked an inline comment as done.
ram-NK added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopInterchange.cpp:1122
+     return false;
+    // If the outer loop is not loop independent it is not not profitable to move this
+    // to inner position, since doing so would not enable inner loop parallelism.
----------------
bmahjour wrote:
> not not -> not
corrected


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

https://reviews.llvm.org/D135808



More information about the llvm-commits mailing list