<div dir="ltr">+  SDValue Ops[3] = { N->getOperand(0), N->getOperand(1) };<br><div><br></div><div style>Having an array of size 3 with only two initializers seems confusing in the sense that when I see this I think to myself "is this intentional, or is it a bug?". Don't make the reader guess whether this is a bug and instead explicitly list out 3 entries.</div>
<div style><br></div><div style>-- Sean Silva</div></div>