================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to