[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:45:19 PST 2017


dschuff added a comment.

OK, actually I forgot that our use list doesn't contain all the uses, just the ones with mismatched types. So RAUWing when U is a constant was intended to really just replaces the uses within the one constexpr? but because of uniquing it affects the other calls as well and we visit that use again.


https://reviews.llvm.org/D28504





More information about the llvm-commits mailing list