- Just mark this case as legal because it can just be a copy.
- Ensure the copy in the existing code actually gets selected. Without doing this, we'll crash because the destination won't have a register class. We could probably just set the register class here directly, but selectCopy has some nice things like verifying that the selected copy is correct.
This fell back 35 times in a build of clang with GISel for AArch64.