[PATCH] D66060: [MemCpyOpt] Fixing Incorrect Code Motion while Handling Aggregate Type Values

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 09:41:22 PDT 2019


myhsu added a comment.

Ping on this review. 
Also, the compiler for the Pony Programming Language bumped into the same bug <https://github.com/ponylang/ponyc/issues/3140>. Since MemCpyOpt will run by default in O3 <https://reviews.llvm.org/owners/package/3/>, it would be a little bit hard for a downstream user to avoid this bug without changing the LLVM source tree.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66060





More information about the llvm-commits mailing list