[PATCH] D63672: Added Delta IR Reduction Tool

Diego TreviƱo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 15:19:17 PDT 2019


diegotf updated this revision to Diff 207639.
diegotf marked 2 inline comments as done and 2 inline comments as done.
diegotf added a comment.

Moved bugpoint redesign proposal to `llvm/docs` folder.

Made `runDeltaPasses` an inline function in the llvm namespace and removed the `DeltaManager` class.

Moved `Delta.h` helper functions out of llvm-namespace

Filepath manipulation now use standarized `sys::path` methods (instead of appending strings directly)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63672/new/

https://reviews.llvm.org/D63672

Files:
  llvm/docs/BugpointRedesign.md
  llvm/test/Reduce/Inputs/remove-funcs.sh
  llvm/test/Reduce/remove-funcs.ll
  llvm/tools/LLVMBuild.txt
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.h
  llvm/tools/llvm-reduce/LLVMBuild.txt
  llvm/tools/llvm-reduce/TestRunner.cpp
  llvm/tools/llvm-reduce/TestRunner.h
  llvm/tools/llvm-reduce/deltas/Delta.h
  llvm/tools/llvm-reduce/deltas/RemoveFunctions.cpp
  llvm/tools/llvm-reduce/deltas/RemoveFunctions.h
  llvm/tools/llvm-reduce/llvm-reduce.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63672.207639.patch
Type: text/x-patch
Size: 29408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/a96b0554/attachment.bin>


More information about the llvm-commits mailing list