[PATCH] D95815: Restrict hoisting of potentially freed memory
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 21:31:27 PST 2021
jdoerfert added inline comments.
================
Comment at: llvm/lib/Analysis/MemoryBuiltins.cpp:526
+ return true;
+}
+
----------------
I think we need to address some of the TODOs to avoid regressions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95815/new/
https://reviews.llvm.org/D95815
More information about the llvm-commits
mailing list