[PATCH] [ARM] Fix BXJ is undefined in AArch32.

Oliver Stannard oliver.stannard at arm.com
Mon Jan 12 02:35:03 PST 2015


Up to v7[AR], BXJ is unpredictable for r13 and r15, but v8A makes it well-defined for r13. This should be accepted for v8A thumb:

  $ llvm-mc -triple thumbv8a--none-eabi -assemble <<< "bxj r13"
          .text
  <stdin>:1:1: error: instruction requires: arm-mode
  bxj r13
  ^


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D6842

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list