[PATCH] D24661: More processors support under AARch64 state for auto detection.
James Greenhalgh via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 09:14:05 PDT 2016
jgreenhalgh added a subscriber: jgreenhalgh.
================
Comment at: lib/Target/AArch64/AArch64.td:259
@@ +258,3 @@
+ "AppliedMicro (APM) X-Gene-1 processors", [
+ FeatureCRC,
+ FeatureFPARMv8,
----------------
This disagrees with the GCC implementation of -mcpu=xgene1 and the xgene-1 processors available in the GCC compile farm (gcc113.osuosl.org is an APM X-Gene Mustang board). Are you sure that the CRC feature should be enabled?
This comment also applies to the lib/Target/ARM/ARM.td portion of your patch.
https://reviews.llvm.org/D24661
More information about the llvm-commits
mailing list