[PATCH] D49034: [WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify pass

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 15:27:01 PDT 2018


dschuff added a comment.

Not exactly sure what you mean; do you mean that hasOneUse should return true if there is only one non-debug use? That makes sense, maybe it should be `hasOneNonDbgUse` or something. But please either commit this fix and then follow up, or revert this patch and re-apply with hasOneUse fixed.


Repository:
  rL LLVM

https://reviews.llvm.org/D49034





More information about the llvm-commits mailing list