[llvm] [PowerPC][AIX] Using milicode for memcmp instead of libcall (PR #147093)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 06:54:48 PDT 2025
================
@@ -24,7 +24,7 @@
namespace llvm {
class SelectionDAG;
-
+class CallInst;
----------------
arsenm wrote:
Sort forward declarations alphabetically
https://github.com/llvm/llvm-project/pull/147093
More information about the llvm-commits
mailing list