[PATCH] D52927: [CodeGen] Fix for PR39094.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 8 22:02:14 PDT 2018


HsiangKai added a comment.

In https://reviews.llvm.org/D52927#1257868, @aprantl wrote:

> The tools we have available for reducing large inputs are (multi-)delta (http://delta.tigris.org) and creduce (https://embed.cs.utah.edu/creduce/). Delta is a "dumb" implementation of the delta debugging algorithm (same one that is implemented in llvm-bugpoint) that is in my personal experience faster than creduce. I highly recommend spending a day to learn how to use delta; you will find yourself using it a lot :-)


I will try to use these tools. Thanks a lot :-)


Repository:
  rL LLVM

https://reviews.llvm.org/D52927





More information about the llvm-commits mailing list