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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 15:12:17 PDT 2017


RKSimon added inline comments.


================
Comment at: lib/Target/X86/X86ScheduleBtVer2.td:552
+}
+def : InstRW<[WriteVBROADCASTY], (instregex "VBROADCASTS(S|D)Yrr")>;
+
----------------
Drop this - AVX1 doesn't have rr broadcast instructions (just rm instructions)


https://reviews.llvm.org/D39227





More information about the llvm-commits mailing list