[PATCH] D33492: [ARM] Support fixup for Thumb2 modified immediate
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 03:51:55 PDT 2017
olista01 added inline comments.
================
Comment at: test/MC/ARM/t2-modified-immediate-fixup.s:20
+ at CHECK: cmp.w r2, #4278255360
+ at CHECK: and r7, r4, #303174162
+ at CHECK: orr r12, r9, #2852126720
----------------
These register numbers don't match the input, has something overwritten the wrong part of the instructions?
https://reviews.llvm.org/D33492
More information about the llvm-commits
mailing list