[PATCH] D96106: [GVNSink][Fix] Unregister assumptions that are replaced (PR49043)
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 06:54:53 PST 2021
jdoerfert added a comment.
@nikic Using CallbackVH for the `llvm.assume` in the Cache is not as simple as I thought. I will do it but it changes the data structures a bit, unsure how that will impact compile time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96106/new/
https://reviews.llvm.org/D96106
More information about the llvm-commits
mailing list