[PATCH] D84879: [X86] Separate CPU Feature lists in X86.td between architecture features and tuning features

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 11:30:42 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:620
+                                                  FeaturePRFCHW,
+                                                  FeatureMacroFusion,
+                                                  FeatureSlow3OpsLEA,
----------------
Oops. I left some tuning flags in here. I'll fix and upload a new patch soon.


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

https://reviews.llvm.org/D84879



More information about the llvm-commits mailing list