[llvm] [X86] Remove SlowDivide tuning from GRTTuning (PR #84676)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 03:36:39 PDT 2024
================
@@ -1237,8 +1237,6 @@ def ProcessorFeatures {
// Gracemont
list<SubtargetFeature> GRTTuning = [TuningMacroFusion,
TuningSlow3OpsLEA,
----------------
phoebewang wrote:
Interestingly, the latency was reduced to 1 since IceLake but was grown back to 2 on AlderLake.
I think we can change it for IceLake, but AlderLake etc. need more date provements.
https://github.com/llvm/llvm-project/pull/84676
More information about the llvm-commits
mailing list