[PATCH] D128317: stop llvm-reduce from introducing undefs

John Regehr via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 19:41:43 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2962f9df7ca3: stop llvm-reduce from introducing undefs (authored by regehr).

Changed prior to commit:
  https://reviews.llvm.org/D128317?vs=439235&id=439242#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128317

Files:
  llvm/test/tools/llvm-reduce/operands-to-args.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-global-vars.ll
  llvm/test/tools/llvm-reduce/remove-operands-fp.ll
  llvm/test/tools/llvm-reduce/remove-operands.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp
  llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
  llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp
  llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
  llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperands.h
  llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp
  llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.cpp
  llvm/tools/llvm-reduce/deltas/Utils.cpp
  llvm/tools/llvm-reduce/deltas/Utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128317.439242.patch
Type: text/x-patch
Size: 19923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220623/4b9feb8a/attachment.bin>


More information about the llvm-commits mailing list