[PATCH] D22547: [LSV] Don't move stores across may-load instrs, and loosen restrictions on moving loads.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 16:38:38 PDT 2016


jlebar updated this revision to Diff 64608.
jlebar added a comment.

Per dannyb's comment, don't move loads above throwing instructions.  See https://reviews.llvm.org/rL270828 and PR 27858.


https://reviews.llvm.org/D22547

Files:
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  test/Transforms/LoadStoreVectorizer/NVPTX/merge-across-side-effects.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22547.64608.patch
Type: text/x-patch
Size: 8422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/fae4b19b/attachment.bin>


More information about the llvm-commits mailing list