[PATCH] D86849: [llvm-reduce] Create returns with undef values for non-void functions.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 30 06:17:47 PDT 2020
lebedev.ri 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
----------------
Please use FileCheck, like most new tests do
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