[PATCH] D63672: Added Delta IR Reduction Tool

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 19:48:34 PDT 2019


phosek added a comment.

We see a different test failure:

  ******************** TEST 'LLVM :: Reduce/remove-funcs.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 4';   llvm-reduce --test /b/s/w/ir/k/llvm-project/llvm/test/Reduce/Inputs/remove-funcs.sh /b/s/w/ir/k/llvm-project/llvm/test/Reduce/remove-funcs.ll
  : 'RUN: at line 5';   cat reduced.ll | /b/s/w/ir/k/recipe_cleanup/clangzMsUXi/llvm_build_dir/bin/FileCheck /b/s/w/ir/k/llvm-project/llvm/test/Reduce/remove-funcs.ll
  --
  Exit Code: 1
  
  Command Output (stdout):
  --
  Reducing functions...
  ----------------------------
  Chunk Index Reference:
  	1: uninteresting1
  	2: interesting
  	3: uninteresting2
  	4: uninteresting3
  ----------------------------
  Error: input file isnt interesting
  
  --


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63672





More information about the llvm-commits mailing list