[PATCH] D137031: [InstCombine] Avoid deleting volatile memcpys.

Patrick Walton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 29 17:54:23 PDT 2022


pcwalton added a comment.

I noticed that the memcpy in the asan test case is volatile without any changes, so I shouldn't need to touch that test case now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137031



More information about the llvm-commits mailing list