[PATCH] D68924: CodeExtractor: NFC: Use Range based loop
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 13 12:27:05 PDT 2019
hiraditya added a comment.
Good point, there's something about updating the users that copying maybe required. make_early_inc_range didn't work, I searched for uses cases of replaceUsesOfWith and I couldn't find any instance where we use 'users'.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68924/new/
https://reviews.llvm.org/D68924
More information about the llvm-commits
mailing list