[PATCH] D44924: [X86] Add WriteFMOVMSK/WriteVecMOVMSK scheduler classes

Ganesh Gopalasubramanian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 06:38:39 PDT 2018


GGanesh added inline comments.


================
Comment at: lib/Target/X86/X86ScheduleZnver1.td:222
+def : WriteRes<WriteVecMOVMSK, [ZnFPU2]>;
+
 // AES Instructions.
----------------
The original version is wrong for the obvious reasons!
The Ymm version takes two u-ops and has two cycle latency.



Repository:
  rL LLVM

https://reviews.llvm.org/D44924





More information about the llvm-commits mailing list