[PATCH] D29865: [PDSE] Add a no-op pass.
bryant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 15:57:30 PST 2017
bryant updated this revision to Diff 88273.
bryant added a comment.
- Insert PDSE.cpp into the right place in CMakeLists.txt.
- Add copyright headers to impl and header files.
- Re-worded file-level summary a bit.
- `-print-pdse` is now `-print-frg` because that makes a bit more sense.
- Explain why BreakCriticalEdges is required.
Repository:
rL LLVM
https://reviews.llvm.org/D29865
Files:
include/llvm/InitializePasses.h
include/llvm/Transforms/Scalar/PDSE.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/PDSE.cpp
lib/Transforms/Scalar/Scalar.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29865.88273.patch
Type: text/x-patch
Size: 8409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170213/930ea29a/attachment.bin>
More information about the llvm-commits
mailing list