[PATCH] D36388: [X86][SandyBridge] Additional updates to the SNB instructions scheduling information

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 05:47:27 PDT 2017


zvi added inline comments.


================
Comment at: lib/Target/X86/X86SchedSandyBridge.td:1019
+def: InstRW<[SBWriteResGroup21], (instregex "VADDSUBPSYrr")>;
+def: InstRW<[SBWriteResGroup21], (instregex "VADDSUBPSrr")>;
+def: InstRW<[SBWriteResGroup21], (instregex "VCMPPDYrri")>;
----------------
Why was VBROADCASTF128 removed?go?


Repository:
  rL LLVM

https://reviews.llvm.org/D36388





More information about the llvm-commits mailing list