[PATCH] D46305: [MC][ARM] Correct Thumb BL instruction range
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 4 04:19:42 PDT 2018
peter.smith updated this revision to Diff 149714.
peter.smith added a comment.
Thanks for the comments I've updated the diff to show:
- No longer rebased on https://reviews.llvm.org/D44928
- We now allow architecture v6m to have the long range BL (I checked in the Arm ARM and this is true for v6m)
- Test updated for v6m
- Removed extra tests for .arch switching as these are dependent on https://reviews.llvm.org/D44928 landing.
https://reviews.llvm.org/D46305
Files:
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
test/MC/ARM/thumb-branches.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46305.149714.patch
Type: text/x-patch
Size: 3536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180604/507e3ef3/attachment.bin>
More information about the llvm-commits
mailing list