[PATCH] D57056: [MC][X86] Correctly model additional operand latency caused by transfer delays from the integer to the floating point unit.
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 22 10:54:38 PST 2019
andreadb marked an inline comment as done.
andreadb added inline comments.
================
Comment at: lib/Target/X86/X86Schedule.td:20
+def ReadInt2Fpu : SchedRead;
+
----------------
RKSimon wrote:
> Add a description comment
I will add a comment to this line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57056/new/
https://reviews.llvm.org/D57056
More information about the llvm-commits
mailing list