[llvm] [X86] Remove SlowDivide tuning from GRTTuning (PR #84676)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 10 20:42:50 PDT 2024


================
@@ -1237,8 +1237,6 @@ def ProcessorFeatures {
   // Gracemont
   list<SubtargetFeature> GRTTuning = [TuningMacroFusion,
                                       TuningSlow3OpsLEA,
----------------
phoebewang wrote:

No sure. We have `TuningSlow3OpsLEA` for AlderLake and uops.info shows it has longer latency on it.

I don't have any information about newer targets.

https://github.com/llvm/llvm-project/pull/84676


More information about the llvm-commits mailing list