[PATCH] D119898: [MemorySSA] Clear VisitedBlocks per query
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 18:23:59 PST 2022
asbirlea added a comment.
I think the clearing should be added at the beginning of insertDef and insertUse. A similar clearing is done on visited phis at the same two places. I didn't get a chance to test it yet though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119898/new/
https://reviews.llvm.org/D119898
More information about the llvm-commits
mailing list