================ @@ -2157,6 +2221,16 @@ bool SPIRVInstructionSelector::selectIntrinsic(Register ResVReg, break; case Intrinsic::spv_thread_id: return selectSpvThreadId(ResVReg, ResType, I); + case Intrinsic::spv_fdot: + return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpDot)) ---------------- farzonl wrote:
no i'm saying create a function so that its cleaner to asserts on the number of operands and the validity of those operands. https://github.com/llvm/llvm-project/pull/104656 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits