This was resulting in a missing vreg def in the use select
instruction.
copyPhysReg changes lifted out of
4067de569f119a81419fbf2e79d5f3307dfdda5b, which was reverted earlier
today.
The output of the pseudo doesn't make sense, since it really shouldn't
have the vreg output in the first place, and instead an implicit scc
def to match the real scalar behavior.
We could have easier to understand tests if we selected scalar
versions of the [us]{add|sub}.with.overflow intrinsics.
This does still end up producing vector code in the end, since it gets
moved later.
https://reviews.llvm.org/D82194 contains same change.
I'd like it to land first. It also may affect the test.