RKSimon added inline comments. ================ Comment at: lib/Target/X86/X86ScheduleBtVer2.td:154 + +def WriteSHLDLd : SchedWriteRes<[JALU01]> { + let Latency = 9; ---------------- Better call this WriteSHLDm - as its a RW - also add the JLAGU dependency https://reviews.llvm.org/D40124