[all-commits] [llvm/llvm-project] 9a14c3: [X86] Replace avx512f integer add reduction builti...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon May 2 06:39:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a14c369c422b244db78f1a9f947a891a75d912f
      https://github.com/llvm/llvm-project/commit/9a14c369c422b244db78f1a9f947a891a75d912f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Headers/avx512fintrin.h

  Log Message:
  -----------
  [X86] Replace avx512f integer add reduction builtins with generic builtin

D124741 added the generic "__builtin_reduce_add" which we can use to replace the x86 specific integer add reduction builtins - internally these were mapping to the same intrinsic already so there are no test changes required.

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




More information about the All-commits mailing list