[PATCH] D95815: Restrict hoisting of potentially freed memory

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 10:32:29 PST 2021


reames added inline comments.


================
Comment at: llvm/lib/Analysis/MemoryBuiltins.cpp:526
+  return true;
+}
+
----------------
jdoerfert wrote:
> I think we need to address some of the TODOs to avoid regressions.
As stated in the review description, the regression is intentional.  As the author of the change being partially reverted, I think this is the right step forward.


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

https://reviews.llvm.org/D95815



More information about the llvm-commits mailing list