================
@@ -5382,6 +5382,9 @@ bool SPIRVInstructionSelector::selectIntrinsic(Register
ResVReg,
return selectWaveExclusiveScanSum(ResVReg, ResType, I);
case Intrinsic::spv_wave_prefix_product:
return selectWaveExclusiveScanProduct(ResVReg, ResType, I);
+ case Intrinsic::spv_quad_read_lane_at:
+ return selectWaveOpInst(ResVReg, ResType, I,
----------------
kcloudy0717 wrote:
I think we can modify selectQuadSwap here.
https://github.com/llvm/llvm-project/pull/205735
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits