[clang] [llvm] [HLSL] Add wave prefix count bits function (PR #178059)

Tex Riddell via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 28 10:02:39 PST 2026


================
@@ -57,6 +57,7 @@ bool DirectXTTIImpl::isTargetIntrinsicTriviallyScalarizable(
   case Intrinsic::dx_rsqrt:
   case Intrinsic::dx_saturate:
   case Intrinsic::dx_splitdouble:
+  case Intrinsic::dx_wave_prefix_bit_count:
----------------
tex3d wrote:

Since this doesn't support vectors, does it belong here?

https://github.com/llvm/llvm-project/pull/178059


More information about the cfe-commits mailing list