"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "85703e3796dcf3530b00dcfda842322f050f4a08"
[ARM] MSR instructions implicitly set CPSR
The MSR instructions can write to the CPSR, but we did not model this fact, so we could emit them in the middle of IT blocks, changing the condition flags for later instructions in the block. The tests use two calls to llvm.write_register.i32 because it is valid to use these instructions at the end of an IT block, which if conversion does do in some cases. With two calls, the first clobbers the flags, so a branch has to be used to make the second one conditional. Differential Revision: http://reviews.llvm.org/D21139 llvm-svn: 272154
Loading
Please register or sign in to comment