[PATCH] D25211: [ARM] Add Cortex-R52 target to LLVM

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 04:06:46 PDT 2016


rengolin added inline comments.


> ARMTargetParser.def:226
>               (ARM::AEK_MP | ARM::AEK_HWDIVARM))
> +ARM_CPU_NAME("cortex-r52", AK_ARMV8R, FK_NEON_FP_ARMV8, false, ARM::AEK_CRC)
>  ARM_CPU_NAME("sc300", AK_ARMV7M, FK_NONE, false, ARM::AEK_NONE)

Shouldn't R52 be the default CPU (false -> true), given it's the only entry for ARMv8R?

https://reviews.llvm.org/D25211





More information about the llvm-commits mailing list