[PATCH] D47374: [RFC][patch 3/3] Add support for variant scheduling classes in llvm-mca.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 11:06:37 PDT 2018


courbet added inline comments.


================
Comment at: lib/Target/X86/X86ScheduleBtVer2.td:569
+def JWriteZeroLatency : SchedWriteRes<[]> {
+  let Latency = 0;
+}
----------------
I think you should also set NumMicroOps to 0 here.


https://reviews.llvm.org/D47374





More information about the llvm-commits mailing list