[PATCH] D40512: [Debugify] Add a pass to test debug info preservation
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 15:46:24 PST 2017
vsk updated this revision to Diff 124488.
vsk marked 9 inline comments as done.
vsk retitled this revision from "WIP: [Debugify] Add a pass to test debug info preservation" to "[Debugify] Add a pass to test debug info preservation".
vsk edited the summary of this revision.
vsk added a comment.
- Hook into the new pass manager.
- Address review feedback from Davide, except for the bit about moving to lib/Analysis/, which I'll discuss in an inline comment.
https://reviews.llvm.org/D40512
Files:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/Utils/Debugify.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/Debugify.cpp
lib/Transforms/Utils/Utils.cpp
test/Transforms/Debugify/debugify.ll
test/Transforms/LoopStrengthReduce/debug-info.ll
test/Transforms/Mem2Reg/PromoteMemToRegister.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40512.124488.patch
Type: text/x-patch
Size: 18281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/de9bda7d/attachment.bin>
More information about the llvm-commits
mailing list