[PATCH] D86849: [llvm-reduce] Create returns with undef values for non-void functions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 30 06:29:03 PDT 2020


fhahn added inline comments.


================
Comment at: llvm/test/Reduce/remove-bbs-ret-nonvoid.ll:6
+;
+; RUN: llvm-reduce --test %python --test-arg %p/Inputs/remove-bbs.py %s -o %t
+; RUN: cat %t | FileCheck -implicit-check-not=uninteresting %s
----------------
lebedev.ri wrote:
> Please use FileCheck, like most new tests do
Guess I copied from the wrong test then :D


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86849



More information about the llvm-commits mailing list