[llvm] [PowerPC] using milicode call for strlen instead of lib call (PR #153600)

zhijian lin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 19 06:29:12 PDT 2025


================
@@ -1259,6 +1259,9 @@ class SelectionDAG {
   std::pair<SDValue, SDValue> getMemcmp(SDValue Chain, const SDLoc &dl,
                                         SDValue Dst, SDValue Src, SDValue Size,
                                         const CallInst *CI);
+  LLVM_ABI std::pair<SDValue, SDValue>
----------------
diggerlin wrote:

I will create a NFC patch to add LLVM_ABI for getMemcmp() later.

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


More information about the llvm-commits mailing list