[PATCH] D112079: [X86] Remove X86ProcFamilyEnum::IntelSLM
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 01:18:14 PDT 2021
pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/X86/X86.td:576
+ : SubtargetFeature<"use-slm-arith-costs", "UseSLMArithCosts", "true",
+ "Use Silvermont specific arithmetic costs">;
+
----------------
Why we call it "arithmetic costs"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112079/new/
https://reviews.llvm.org/D112079
More information about the llvm-commits
mailing list