[PATCH] D97092: [ValueTracking] Handle assumes on arguments with context instruction
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 15:06:42 PST 2021
jdoerfert added a comment.
I like this idea. As I mentioned before, we should check the `willreturn` and `nounwind` function attribute to avoid scanning all together, but that is again only partially related.
LG from me, someone else might want to chime in as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97092/new/
https://reviews.llvm.org/D97092
More information about the llvm-commits
mailing list