[PATCH] D152383: CodeGen: Expand memory intrinsics in PreISelIntrinsicLowering

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 16:12:44 PDT 2023


hiraditya added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:274
 
+* ``llvm.memcpy``, ``llvm.memmove`` and ``llvm.memset`` are now
+  expanded into loops by default for targets which do not report the
----------------
what happens when someone compiles a libc?
will all the calls to memcpy in libc files convert into for loops?



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152383/new/

https://reviews.llvm.org/D152383



More information about the llvm-commits mailing list