[PATCH] D141974: [X86] Removing 'TuningSlow3OpsLEA' from ICL config
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 11:30:05 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1d67f2cd7850: Removing 'TuningSlow3OpsLEA' from ICL config (authored by goldstein.w.n).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141974/new/
https://reviews.llvm.org/D141974
Files:
llvm/lib/Target/X86/X86.td
Index: llvm/lib/Target/X86/X86.td
===================================================================
--- llvm/lib/Target/X86/X86.td
+++ llvm/lib/Target/X86/X86.td
@@ -886,7 +886,6 @@
FeatureFSRM];
list<SubtargetFeature> ICLTuning = [TuningFastGather,
TuningMacroFusion,
- TuningSlow3OpsLEA,
TuningSlowDivide64,
TuningFastScalarFSQRT,
TuningFastVectorFSQRT,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141974.490614.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230119/09fee03d/attachment.bin>
More information about the llvm-commits
mailing list