[ARM] Define CPSR on MEMCPY pseudos
These pseudos are converted post-isel into t2WhileLoopStart and t2LoopEnd/LoopDec instructions, which themselves are defined to clobber CPSR. Doing the same with the MEMCPY nodes will make sure they are scheduled correctly to not end up with incorrect uses.
Loading
Please sign in to comment