[PATCH] D16857: More detailed memory dependence checking between volatile and non-volatile accesses

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 15:16:09 PST 2016


kparzysz added a comment.

Added the call to isOtherMemAccess.

I couldn't create a testcase.  It seems like all cases of non-trivial memory accessing instructions (i.e. other than loads and stores) are handled in other parts of the code.


Repository:
  rL LLVM

http://reviews.llvm.org/D16857





More information about the llvm-commits mailing list