[PATCH] [ARM] Add support for Cortex-R4/R4F in LLVM

Javed Absar javed.absar at arm.com
Mon Mar 30 04:24:41 PDT 2015


Currently, llvm (backend) doesn't know cortex-r4, even though it is the default target for armv7r. Using "--target=armv7r-arm-none-eabi" provokes
'cortex-r4' is not a recognized processor for this target (ignoring processor)' by llvm.

This patch adds support for cortex-r4 and, very closely related. r4f.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8699

Files:
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMSubtarget.h
  test/CodeGen/ARM/build-attributes.ll
  test/CodeGen/ARM/div.ll
  test/CodeGen/Thumb2/div.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8699.22875.patch
Type: text/x-patch
Size: 7823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150330/751b0132/attachment.bin>


More information about the llvm-commits mailing list