[PATCH] D29578: Propagate debug info for Phi node in SSAUpdater
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 02:15:13 PST 2017
samparker updated this revision to Diff 87620.
samparker added a comment.
Removed the string attributes from the test case. Also moved the Update function into SSAUpdater instead of a static function of SSAUpdaterTraits because I wanted to call the function from within SSAUpdater as well.
https://reviews.llvm.org/D29578
Files:
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
lib/Transforms/Utils/SSAUpdater.cpp
test/Transforms/Util/phi-dbgvalue.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29578.87620.patch
Type: text/x-patch
Size: 8064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/7d77b43f/attachment.bin>
More information about the llvm-commits
mailing list