[all-commits] [llvm/llvm-project] a591c7: [HLSL] Change WaveActiveCountBits to wrapper of __...

Xiang Li via All-commits all-commits at lists.llvm.org
Thu Jun 30 06:17:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a591c7ca0d9fe47223127ee13df60689f36ba112
      https://github.com/llvm/llvm-project/commit/a591c7ca0d9fe47223127ee13df60689f36ba112
  Author: Xiang Li <python3kgae at outlook.com>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/hlsl.h
    A clang/lib/Headers/hlsl/hlsl_intrinsics.h
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/test/SemaHLSL/Wave.hlsl

  Log Message:
  -----------
  [HLSL] Change WaveActiveCountBits to wrapper of __builtin_hlsl_wave_active_count_bits

Change WaveActiveCountBits from builtin into wrapper of __builtin_hlsl_wave_active_count_bits.
For comment at
https://reviews.llvm.org/D126857#inline-1235949

Reviewed By: beanz

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




More information about the All-commits mailing list