[PATCH] D64176: [Bugpoint redesign] Added Pass to Remove Global Variables

Diego TreviƱo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 11:26:49 PDT 2019


diegotf updated this revision to Diff 213667.
diegotf added a comment.

Re-added behavior to delete direct uses opf GVs (accidentally deleted)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64176

Files:
  llvm/docs/BugpointRedesign.md
  llvm/test/Reduce/Inputs/interestingness-test.sh
  llvm/test/Reduce/remove-funcs.ll
  llvm/test/Reduce/remove-global-vars.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.cpp
  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/deltas/RemoveGlobalVars.cpp
  llvm/tools/llvm-reduce/deltas/RemoveGlobalVars.h
  llvm/tools/llvm-reduce/llvm-reduce.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64176.213667.patch
Type: text/x-patch
Size: 37664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190806/4ddc2715/attachment.bin>


More information about the llvm-commits mailing list