weimingz added inline comments. ================ Comment at: src/UnwindRegistersRestore.S:326 @@ +325,3 @@ +#if !defined(__ARM_ARCH_ISA_ARM) && __ARM_ARCH_ISA_THUMB == 1 + @ r8-r12: ldr into r1-r5, then mov to r8-r12 + ldr r1, [r0, #0x20] ---------------- weimingz wrote: > originally, r0-r7 get loaded from [r0] > now, r8-r12 get loaded from [r0+0x20] > > is that expected? > Please ignore the comment on line 326. I thought the “x" icon will delete it.
https://reviews.llvm.org/D22292 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits