[PATCH] D111765: [llvm-reduce] Add reduction passes to reduce operands to undef/1/0

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 17:00:34 PDT 2021


aeubanks updated this revision to Diff 379887.
aeubanks added a comment.

address comments
don't replace ConstantData with undef
don't replace 0 with 1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111765

Files:
  llvm/test/tools/llvm-reduce/remove-invoked-functions.ll
  llvm/test/tools/llvm-reduce/remove-operands.ll
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperands.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111765.379887.patch
Type: text/x-patch
Size: 10574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211015/29bbc6b2/attachment.bin>


More information about the llvm-commits mailing list