[PATCH] D50070: [X86] Improved sched models for X86 CMPXCHG* instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 12:14:48 PDT 2018


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86SchedSandyBridge.td:956
 }
-def: InstRW<[SBWriteResGroup81], (instregex "CMPXCHG(8|16|32|64)rm")>;
+def: InstRW<[SBWriteResGroup81], (instregex "CMPXCHG(8|16)B")>;
 
----------------
I didn't notice the regular expression here had changed. The information I gave was for WriteCMPXCHGLd


https://reviews.llvm.org/D50070





More information about the llvm-commits mailing list