[llvm] r253196 - [ARM] Introduce subtarget features per ARM architecture.
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 09:32:03 PST 2015
Hi Bradley,
On 16 November 2015 at 03:10, Bradley Smith via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> +def ARMv7em : Architecture<"armv7e-m", "ARMv7em", [HasV7Ops,
> + FeatureThumb2,
> + FeatureNoARM,
> + FeatureDB,
> + FeatureHWDiv,
> + FeatureMClass,
> + FeatureDSP,
> + FeatureT2XtPk]>;
Shouldn't FeatureT2XtPk be in A & R profiles as well? I just want to
check you didn't have some weird processor in mind here, I can make
the change if it was an oversight.
Cheers.
Tim.
More information about the llvm-commits
mailing list