[PATCH] D48994: Update DBG_VALUE register operand during WebAssemblyOptimizeLiveIntervals pass
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 12:59:17 PDT 2018
vsk added a comment.
Thanks for the patch!
I don't have any substantive comments, but here are a few suggestions for reducing the test case further:
- Remove unnecessary attributes.
- Remove unnecessary lifetime markers.
- Remove dbg.values which don't reference the variable "a" (i.e metadata !15).
Repository:
rL LLVM
https://reviews.llvm.org/D48994
More information about the llvm-commits
mailing list