[PATCH] D41466: [Unroll][DebugInfo] Propagate loop body's debug info to epilog preheader
Z. Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 14:28:53 PST 2017
zzheng created this revision.
zzheng added a reviewer: evstupac.
Herald added subscribers: JDevlieghere, aprantl.
NewExit and epilog PreHeader should has the same debug loc as the original loop
body, instead of original loop exit.
Repository:
rL LLVM
https://reviews.llvm.org/D41466
Files:
lib/Transforms/Utils/LoopUnrollRuntime.cpp
test/Transforms/LoopUnroll/runtime-epilog-debuginfo.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41466.127785.patch
Type: text/x-patch
Size: 10204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171220/b925b6b6/attachment.bin>
More information about the llvm-commits
mailing list