[PATCH] D69234: [bugpoint] Reduce metadata that does not contribute to crash.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 20 20:56:49 PDT 2019


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

Add a new reducer that drops metadata that does not contribute to the
crash from instructions.

It adjusts the metadata.ll test case, as now also the instruction level
metadata will get dropped.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69234

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69234.225817.patch
Type: text/x-patch
Size: 6436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191021/aeda2c8d/attachment.bin>


More information about the llvm-commits mailing list