[llvm] [LoopInterchange] Motivating example for interchange enablement. NFC. (PR #171631)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 08:37:54 PST 2025
================
@@ -0,0 +1,543 @@
+; RUN: opt < %s -passes=loop-interchange -cache-line-size=64 -pass-remarks-missed='loop-interchange' -pass-remarks-output=%t -S
----------------
kasuga-fj wrote:
Maybe also adding `-pass-remarks='loop-interchange'` is better to ensure the target loops are actually interchanged.
https://github.com/llvm/llvm-project/pull/171631
More information about the llvm-commits
mailing list