[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 07:53:43 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:

> nit: can we add some doc on what this function does?
Sorry to miss your comment , I will add doc the getMemcp and getStrlen in the same NFC patch of adding LLVM_ABI for getMemcmp().

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


More information about the llvm-commits mailing list