[clang] [llvm] [HLSL][DXIL][SPIRV] QuadReadLaneAt intrinsic support (PR #205735)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 03:40:52 PDT 2026
================
@@ -19,6 +19,7 @@ bool DirectXTTIImpl::isTargetIntrinsicWithScalarOpAtArg(
Intrinsic::ID ID, unsigned ScalarOpdIdx) const {
switch (ID) {
case Intrinsic::dx_wave_readlane:
+ case Intrinsic::dx_quad_read_lane_at:
----------------
kcloudy0717 wrote:
To be honest, I'm not sure, I only put it there because I saw WaveReadLaneAt was there.
https://github.com/llvm/llvm-project/pull/205735
More information about the llvm-commits
mailing list