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

Diego TreviƱo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 13:19:37 PDT 2019


diegotf updated this revision to Diff 215222.
diegotf marked 4 inline comments as done.
diegotf added a comment.

Simplified test & added check to verify that direct uses are replaced with `undef`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64176

Files:
  llvm/test/Reduce/Inputs/remove-global-vars.py
  llvm/test/Reduce/remove-funcs.ll
  llvm/test/Reduce/remove-global-vars.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.h
  llvm/tools/llvm-reduce/deltas/Delta.cpp
  llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
  llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64176.215222.patch
Type: text/x-patch
Size: 7805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/036dcd42/attachment.bin>


More information about the llvm-commits mailing list