[PATCH] D33099: [X86] Model 256-bit AVX instructions in the AMD Jaguar scheduler (PR28573)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 08:27:37 PDT 2017
RKSimon added inline comments.
================
Comment at: lib/Target/X86/X86ScheduleBtVer2.td:455
+
+def WriteVCVTYPDLd: SchedWriteRes<[JLAGU, JSTC]> {
+ let Latency = 11;
----------------
JLAGU, JSTC, JFPU01 ?
https://reviews.llvm.org/D33099
More information about the llvm-commits
mailing list