[PATCH] D45983: [X86] movdiri and movdir64b instructions
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 24 07:04:00 PDT 2018
RKSimon added inline comments.
================
Comment at: lib/Target/X86/X86InstrInfo.td:2704
+ [(int_x86_movdir64b GR64:$dst, addr:$src)]>,
+ T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
+
----------------
Please can you add scheduling classes
https://reviews.llvm.org/D45983
More information about the llvm-commits
mailing list