[PATCH] D158963: [CodeGen] Function multi-versioning: don't set comdat for internal linkage resolvers

Pavel Iliin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 14:58:23 PDT 2023


ilinpv added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:208
   (`#61334 <https://github.com/llvm/llvm-project/issues/61334>`_)
+- For function multi-versioning using the ``target`` or ``target_clones``
+  attributes, remove comdat for internal linkage functions.
----------------
If I read the code right it applies for function multi-versioning using `target_version` and `target_clones` attributes ( AArch64 ) as well, doesn't it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158963



More information about the cfe-commits mailing list