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

Good idea. It would be probably also be a good idea to audit the other uses of 
`Result |=` in the file, as I think there are other instances it was mistakenly 
used. I will create a new pr with those and this in it.

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