================
@@ -3797,15 +3797,15 @@ bool SPIRVInstructionSelector::selectIntrinsic(Register
ResVReg,
return selectExtInst(ResVReg, ResType, I, CL::u_clamp, GL::UClamp);
case Intrinsic::spv_sclamp:
return selectExtInst(ResVReg, ResType, I, CL::s_clamp, GL::SClamp);
+ case Intrinsic::spv_subgroup_ballot:
----------------
jhuber6 wrote:
This was merged after I started working on this I guess. Two things, why are we
defining all of these as language specific builtins? Language specific
builtins, in my opinion, should not exist in 95% of the cases you find them in.
https://github.com/llvm/llvm-project/pull/174862
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits