[llvm] [NFC][LLVM] Namespace cleanup in LoopFuse (PR #163758)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 09:44:29 PDT 2025
================
@@ -445,9 +445,19 @@ struct FusionCandidateCompare {
"No dominance relationship between these fusion candidates!");
}
};
+} // namespace
using LoopVector = SmallVector<Loop *, 4>;
+#ifndef NDEBUG
----------------
jurahul wrote:
Done.
https://github.com/llvm/llvm-project/pull/163758
More information about the llvm-commits
mailing list