[PATCH] D59036: Memory writes overlap in the pipelined loop

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 09:04:08 PST 2019


lebedev.ri added inline comments.


================
Comment at: lib/CodeGen/MachinePipeliner.cpp:3134-3135
 
-  if (!(DI->mayStore() && SI->mayLoad()) &&
-      !(DI->mayStore() && SI->mayStore()))
     return false;
----------------
The diff should not be relative to the previously uploaded patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59036/new/

https://reviews.llvm.org/D59036





More information about the llvm-commits mailing list