[PATCH] D28504: [WebAssembly] Only set one use at a time in FixFunctionBitcasts
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 17:16:28 PST 2017
dschuff added a comment.
The alternative would of course be to just collect the uses in a set, deduplicated by callee, and then RAUW everything. But I'm actually unclear why the original has distinction between whether the user is a constant or not; it seems to work either way for me locally?
https://reviews.llvm.org/D28504
More information about the llvm-commits
mailing list