[PATCH] D108903: [llvm-reduce] Add reduce operands pass

Samuel Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 17:15:19 PDT 2021


swamulism updated this revision to Diff 371478.
swamulism added a comment.

Add missing newline


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108903

Files:
  llvm/include/llvm/IR/Constant.h
  llvm/lib/IR/Constants.cpp
  llvm/test/tools/llvm-reduce/no-replace-intrinsic-callee-with-undef.ll
  llvm/test/tools/llvm-reduce/remove-all-of-multiple-args.ll
  llvm/test/tools/llvm-reduce/remove-args-used-by-ret.ll
  llvm/test/tools/llvm-reduce/remove-bbs-ret-nonvoid.ll
  llvm/test/tools/llvm-reduce/remove-bbs-unwinded-to.ll
  llvm/test/tools/llvm-reduce/remove-bbs.ll
  llvm/test/tools/llvm-reduce/remove-funcs.ll
  llvm/test/tools/llvm-reduce/remove-global-vars.ll
  llvm/test/tools/llvm-reduce/remove-invoked-functions.ll
  llvm/test/tools/llvm-reduce/remove-operands.ll
  llvm/test/tools/llvm-reduce/remove-single-arg.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperands.h
  llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108903.371478.patch
Type: text/x-patch
Size: 15205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210909/bb5fbe6b/attachment.bin>


More information about the llvm-commits mailing list