[llvm] [LoopInterchange] Don't consider loops with BTC=0 (PR #167113)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 01:23:46 PST 2025


================
@@ -46,6 +46,7 @@
 #include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Transforms/Utils/LoopUtils.h"
 #include <cassert>
+#include <map>
----------------
kasuga-fj wrote:

```suggestion
```
Maybe unnecessary?

https://github.com/llvm/llvm-project/pull/167113


More information about the llvm-commits mailing list