[all-commits] [llvm/llvm-project] 13a9b8: [NFC][libclc] Replace and delete _CLC_DEFINE_UNARY...

Wenju He via All-commits all-commits at lists.llvm.org
Tue Jun 24 22:49:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13a9b86f627934ccf898e85f86e2a0a0df5f85da
      https://github.com/llvm/llvm-project/commit/13a9b86f627934ccf898e85f86e2a0a0df5f85da
  Author: Wenju He <wenju.he at intel.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M libclc/clc/include/clc/clcmacro.h
    R libclc/clc/include/clc/math/binary_decl_with_int_second_arg.inc
    R libclc/clc/include/clc/math/binary_def_with_int_second_arg.inc
    M libclc/clc/include/clc/math/clc_pown.h
    M libclc/clc/include/clc/math/clc_rootn.h
    A libclc/clc/include/clc/shared/binary_decl_with_int_second_arg.inc
    A libclc/clc/include/clc/shared/binary_def_with_int_second_arg.inc
    M libclc/clc/lib/generic/math/clc_copysign.cl
    M libclc/opencl/include/clc/opencl/math/ldexp.h
    M libclc/opencl/include/clc/opencl/math/ldexp.inc
    M libclc/opencl/include/clc/opencl/math/pown.h
    M libclc/opencl/include/clc/opencl/math/rootn.h
    M libclc/opencl/lib/clspv/math/fma.cl
    M libclc/opencl/lib/generic/common/degrees.cl
    M libclc/opencl/lib/generic/common/radians.cl
    M libclc/opencl/lib/generic/math/fma.cl
    M libclc/opencl/lib/generic/math/ldexp.cl
    M libclc/opencl/lib/generic/math/mad.cl
    M libclc/opencl/lib/generic/math/nextafter.cl
    M libclc/opencl/lib/generic/math/pown.cl
    M libclc/opencl/lib/generic/math/rootn.cl
    M libclc/opencl/lib/spirv/math/fma.cl

  Log Message:
  -----------
  [NFC][libclc] Replace and delete _CLC_DEFINE_UNARY/BINARY/TERNARY_BUILTIN macros (#145458)

Also delete unused _CLC_DEFINE_BINARY_BUILTIN_WITH_SCALAR_SECOND_ARG,
_CLC_DEFINE_UNARY_BUILTIN_FP16 and _CLC_DEFINE_BINARY_BUILTIN_FP16.

llvm-diff shows no change to nvptx64--nvidiacl.bc and amdgcn--amdhsa.bc



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list