[PATCH] D120386: [LoopInterchange] Try to achieve the most optimal access pattern after interchange
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 18:32:24 PDT 2022
Meinersbur added a comment.
Overall looks correct to me. Since loops are usually not that deep, I have no concern with the O(n^2) time of bubble sort.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120386/new/
https://reviews.llvm.org/D120386
More information about the llvm-commits
mailing list