[PATCH] D135808: [LoopInterchange] Correcting the profitability check

Ramkrishnan Narayanan Komala via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 07:17:42 PST 2022


ram-NK updated this revision to Diff 479630.
ram-NK added a comment.

Added comments in Test case 05 for better understanding. 
Corrected the comment in Test case 01. The loop interchange decision is made from the Cache cost analysis and is not from vectorization.


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

https://reviews.llvm.org/D135808

Files:
  llvm/lib/Transforms/Scalar/LoopInterchange.cpp
  llvm/test/Transforms/LoopInterchange/loop-interchange-optimization-remarks.ll
  llvm/test/Transforms/LoopInterchange/profitability.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135808.479630.patch
Type: text/x-patch
Size: 13038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221202/e69bf6f8/attachment.bin>


More information about the llvm-commits mailing list