[X86] Remove Commutable flag from mpsadbw intrinsics.
Unlike psadbw, mpsadbw is not commutable because of how it operates on blocks. We already marked as not commutable for MachineIR, but had it commutable for the tablegened isel patterns. Fixes PR51908.
Loading
Please register or sign in to comment