[PATCH] D54633: [NFC][AArch64] Split out backend features

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 02:42:08 PST 2018


olista01 added inline comments.


================
Comment at: lib/Target/AArch64/AArch64.td:233
+
+def FeatureCCIDX : SubtargetFeature<
+    "hasCCIDX", "HasCCIDX", "true",
----------------
olista01 wrote:
> olista01 wrote:
> > This feature is in AA64MMFR2_EL1.
> Not done yet?
Ah, we decided to remove the subtarget feature for AA64MMFR2_EL1, ignore this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54633/new/

https://reviews.llvm.org/D54633





More information about the llvm-commits mailing list