Change WaveActiveCountBits from builtin into wrapper of __builtin_hlsl_wave_active_count_bits.
For comment at
https://reviews.llvm.org/D126857#inline-1235949
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128855
[HLSL] Change WaveActiveCountBits to wrapper of __builtin_hlsl_wave_active_count_bits ClosedPublic Authored by python3kgae on Jun 29 2022, 2:00 PM.
Details Summary Change WaveActiveCountBits from builtin into wrapper of __builtin_hlsl_wave_active_count_bits.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 29 2022, 2:13 PM Closed by commit rGa591c7ca0d9f: [HLSL] Change WaveActiveCountBits to wrapper of… (authored by python3kgae). · Explain WhyJun 30 2022, 6:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 441378 clang/include/clang/Basic/Builtins.def
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Headers/CMakeLists.txt
clang/lib/Headers/hlsl.h
clang/lib/Headers/hlsl/hlsl_intrinsics.h
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/SemaHLSL/Wave.hlsl
|