The two xors get folded into the select.
alloca
Result<!, i32>
In optimized builds GVN gets rid of these already, but in `opt-level=0` we actually make `alloca`s for this, which particularly impacts `?`-style things that use actually-only-one-variant types like this.
tests/codegen
tests/codegen-llvm