[PATCH] D47763: [X86] Explicitly mark unsupported zmm classes in scheduling models.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 06:20:25 PDT 2018


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM with one minor - thanks.



================
Comment at: lib/Target/X86/X86ScheduleSLM.td:429
 def  : WriteRes<WriteCvtPS2PHSt,  [SLM_FPC_RSV0]>;
-def  : WriteRes<WriteCvtPS2PHYSt, [SLM_FPC_RSV0]>;
+defm : X86WriteResUnsupported<WriteCvtPS2PHYSt>;
 
----------------
The others in this block can be converted as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D47763





More information about the llvm-commits mailing list