[PATCH] D53786: [AliasSetTracker] Actually delete instructions from the AliasSetTracker.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 16:42:49 PDT 2018
asbirlea added a comment.
Let me re-purpose this patch:
Is there a point to having deleteValue()?
Is there a point to having the ref count (addRef, dropRef) for alias sets?
AFAICT these are incomplete and not used.
Repository:
rL LLVM
https://reviews.llvm.org/D53786
More information about the llvm-commits
mailing list