[PATCH] D49611: [X86] Improved sched models for X86 SHLD/SHRD* instructions
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 24 08:24:28 PDT 2018
RKSimon added inline comments.
================
Comment at: lib/Target/X86/X86Schedule.td:154
// Double shift instructions.
defm WriteShiftDouble : X86SchedWritePair;
----------------
Can WriteShiftDouble be removed? Maybe move the new classes down here with the other shifts?
https://reviews.llvm.org/D49611
More information about the llvm-commits
mailing list