[PATCH] D74677: [bugpoint] Also replace declarations with null.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 15 14:10:28 PST 2020


fhahn created this revision.
fhahn added reviewers: reames, dblaikie, diegotf, davide.
Herald added a project: LLVM.

Unless I am missing something, we can also replace calls to declarations
with null, similar to the way we handle regular functions. This helps to
reduce a few more cases and also reduces the number of globals in the
module we are working on.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74677

Files:
  llvm/test/BugPoint/reduce-declarations.ll
  llvm/tools/bugpoint-passes/TestPasses.cpp
  llvm/tools/bugpoint/CrashDebugger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74677.244842.patch
Type: text/x-patch
Size: 3633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200215/c66b5a88/attachment.bin>


More information about the llvm-commits mailing list