[PATCH] D34396: Adding code padding for performance stability - first policy (BranchesWithSameTargetAvoidancePolicy)

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 14:23:15 PDT 2017


iteratee added inline comments.


================
Comment at: lib/Target/X86/MCTargetDesc/X86MCCodePadder.cpp:37
+
+  if (CPU != "sandybridge" && CPU != "corei7-avx" && CPU != "ivybridge" &&
+      CPU != "core-avx-i" && CPU != "haswell" && CPU != "core-avx2" &&
----------------
Should this be a feature of TargetMachine so that this list doesn't go out of date?


https://reviews.llvm.org/D34396





More information about the llvm-commits mailing list