[all-commits] [llvm/llvm-project] b6db86: [AArch64][FMV] Prevent target attribute using for ...

Pavel Iliin via All-commits all-commits at lists.llvm.org
Tue May 23 09:30:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6db864a2fdf2bcfac62b2c0b71b9ed1cc039c27
      https://github.com/llvm/llvm-project/commit/b6db864a2fdf2bcfac62b2c0b71b9ed1cc039c27
  Author: Pavel Iliin <Pavel.Iliin at arm.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M clang/lib/Sema/SemaDecl.cpp
    M clang/test/Sema/attr-target-version.c

  Log Message:
  -----------
  [AArch64][FMV] Prevent target attribute using for multiversioning.

On AArch64 for function multiversioning target_version/target_clones
attributes should be used. The patch fixes the defect allowing target
attribute to cause multiversioning.

Differential Revision: https://reviews.llvm.org/D150867




More information about the All-commits mailing list