[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:14 PDT 2026
================
@@ -5,21 +5,14 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
+//
+// This header is deprecated. Use llvm/Transforms/Scalar/ExpandMemCmp.h instead.
----------------
nikic wrote:
No need for this, you can delete the header.
https://github.com/llvm/llvm-project/pull/77370
More information about the llvm-commits
mailing list