[PATCH] D44840: [X86] Add the ability to override memory folding latency to schedules and add 1uop for memory folds to Intel models
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 23 11:46:13 PDT 2018
RKSimon created this revision.
RKSimon added reviewers: craig.topper, courbet, spatel, andreadb.
The Intel models need an extra 1uop for memory folded instructions, plus a lot of instruction take a non-default memory latency which should allow us to use the multiclass a lot more to tidy things up.
Repository:
rL LLVM
https://reviews.llvm.org/D44840
Files:
lib/Target/X86/X86SchedBroadwell.td
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86SchedSkylakeClient.td
lib/Target/X86/X86SchedSkylakeServer.td
lib/Target/X86/X86ScheduleSLM.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44840.139624.patch
Type: text/x-patch
Size: 7308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180323/5806f638/attachment.bin>
More information about the llvm-commits
mailing list