[all-commits] [llvm/llvm-project] 9816c1: [X86] Rename CMPCCXADD intrinsics.

FreddyLeaf via All-commits all-commits at lists.llvm.org
Wed Dec 28 00:46:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9816c1912d56668736a2bd95ce18b7fb41653b92
      https://github.com/llvm/llvm-project/commit/9816c1912d56668736a2bd95ce18b7fb41653b92
  Author: Freddy Ye <freddy.ye at intel.com>
  Date:   2022-12-28 (Wed, 28 Dec 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Headers/cmpccxaddintrin.h
    M clang/test/CodeGen/X86/cmpccxadd-builtins-error-32.c
    M clang/test/CodeGen/X86/cmpccxadd-builtins-error.c
    M clang/test/CodeGen/X86/cmpccxadd-builtins.c

  Log Message:
  -----------
  [X86] Rename CMPCCXADD intrinsics.

"__cmpccxadd_epi*" -> "_cmpccxadd_epi*"
This is to align with other intrinsics to follow single leading "_" style. Gcc
and intrinsic guide website will also apply this change.

Reviewed By: LuoYuanke, skan

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




More information about the All-commits mailing list