[llvm] [loop-idiom] Forget outer loop scev when loop-idiom introduces memset… (PR #150916)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 00:56:38 PDT 2025


================
@@ -117,6 +117,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/InterleavedRange.h"
 #include "llvm/Support/KnownBits.h"
+#include "llvm/Support/ModRef.h"
----------------
nikic wrote:

Not needed anymore.

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


More information about the llvm-commits mailing list