[PATCH] D33492: [ARM] Support fixup for Thumb2 modified immediate

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 04:00:50 PDT 2017


peter.smith added a comment.

Thanks for the spot, at a glance it looks like I've got the mask for the lowest immediate too large, I think it should be 0xff and not 0xfff. I'll check this afternoon and update.


https://reviews.llvm.org/D33492





More information about the llvm-commits mailing list