[clang] [llvm] [HLSL][SPIRV][DXIL] Implement `dot4add_u8packed` intrinsic (PR #115068)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 08:43:22 PST 2024


================
@@ -1743,7 +1743,7 @@ bool SPIRVInstructionSelector::selectDot4AddPackedExpansion(
   assert(I.getOperand(4).isReg());
   MachineBasicBlock &BB = *I.getParent();
 
-  bool Result = false;
+  bool Result = true;
----------------
s-perron wrote:

Should this be part of it own PR since it is a bug fix?

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


More information about the llvm-commits mailing list