[PATCH] D108701: [X86][SchedModel] Fix latency of the Hi register write of MULX (PR51495).
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 25 08:06:33 PDT 2021
andreadb added inline comments.
================
Comment at: llvm/lib/Target/X86/X86SchedBroadwell.td:162
+ let Latency = !add(BWWriteIMulH.Latency, BroadwellModel.LoadLatency);
+}
+
----------------
RKSimon wrote:
> please can you move this back up - I'm trying to reduce the diffs between this + haswell at the moment
No problem. I will move it back up before committing the patch. Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108701/new/
https://reviews.llvm.org/D108701
More information about the llvm-commits
mailing list