[PATCH] D39227: [X86][AVX] Update YMM version of instructions scheduling on btver2

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 05:49:50 PDT 2017


avt77 added inline comments.


================
Comment at: lib/Target/X86/X86ScheduleBtVer2.td:552
+}
+def : InstRW<[WriteVBROADCASTY], (instregex "VBROADCASTS(S|D)Yrr")>;
+
----------------
RKSimon wrote:
> Drop this - AVX1 doesn't have rr broadcast instructions (just rm instructions)
But X86 Instr Info has such commands: it means we should open the corresponding bug, rught?


https://reviews.llvm.org/D39227





More information about the llvm-commits mailing list