The code here seems to date back to r134705, when tablegen lowering was first being added. I don't believe that we need to include CPSR implicit operands on the MCInst. This now works more like other backends (like AArch64), where all implicit registers are skipped.
This allows the AliasInst for CSEL's to match correctly, as can be seen in the test changes.