[PATCH] D63215: Fixing @llvm.memcpy not honoring volatile

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 09:35:09 PDT 2019


efriedma added a comment.

What happens if findOptimalMemOpLowering fails?  We have other ways of lowering memcpy/memset that could also violate the "one store per byte" rule.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63215





More information about the llvm-commits mailing list