[PATCH] D69235: [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 21:19:44 PDT 2019


fhahn created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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/D69235

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: D69235.225818.patch
Type: text/x-patch
Size: 6426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191021/43372d8b/attachment.bin>


More information about the llvm-commits mailing list