[PATCH] D41330: [X86] Reduce Store Forward Block issues in HW

Lama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 05:40:45 PST 2017


lsaba added inline comments.


================
Comment at: lib/Target/X86/X86FixupSFB.cpp:120
+  switch (LdOpcode) {
+  case X86::MOVUPSrm:
+  case X86::MOVAPSrm:
----------------
craig.topper wrote:
> What about the EVEX versions of these instructions?
More cases can still be added in the future


https://reviews.llvm.org/D41330





More information about the llvm-commits mailing list