[llvm] Move ExpandMemCmp and MergeIcmp to the middle end (PR #77370)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 1 08:05:15 PDT 2026


================
@@ -91,7 +91,7 @@
 #include "llvm/CodeGen/EarlyIfConversion.h"
 #include "llvm/CodeGen/EdgeBundles.h"
 #include "llvm/CodeGen/ExpandIRInsts.h"
-#include "llvm/CodeGen/ExpandMemCmp.h"
+#include "llvm/Transforms/Scalar/ExpandMemCmp.h"
----------------
nikic wrote:

Should move this to the right place.

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


More information about the llvm-commits mailing list