[all-commits] [llvm/llvm-project] ec6024: [X86] Replace avx512f integer mul reduction builti...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon May 9 06:10:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec6024d0811b3116e0a29481b01179d5081a3b92
      https://github.com/llvm/llvm-project/commit/ec6024d0811b3116e0a29481b01179d5081a3b92
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-05-09 (Mon, 09 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 mul reduction builtins with generic builtin

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

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




More information about the All-commits mailing list