[PATCH] D83351: [llvm-reduce] Reducing attributes

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 03:38:31 PDT 2020


lebedev.ri updated this revision to Diff 276363.
lebedev.ri marked 18 inline comments as done.
lebedev.ri added a comment.

Thanks for taking a look!
Applied some refactoring, addressed some comments.

I will split some of the changes into separate commits when actually landing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83351

Files:
  llvm/test/Reduce/remove-args.ll
  llvm/test/Reduce/remove-call-site-attributes.ll
  llvm/test/Reduce/remove-funcs.ll
  llvm/test/Reduce/remove-function-attributes.ll
  llvm/test/Reduce/remove-global-variable-attributes.ll
  llvm/test/Reduce/remove-global-vars.ll
  llvm/test/Reduce/remove-metadata.ll
  llvm/test/Reduce/remove-multiple-use-of-args-in-same-instruction.ll
  llvm/test/Reduce/remove-multiple-use-of-global-vars-in-same-instruction.ll
  llvm/test/Reduce/remove-operand-bundles.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.h
  llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp
  llvm/tools/llvm-reduce/deltas/ReduceAttributes.h
  llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
  llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83351.276363.patch
Type: text/x-patch
Size: 17928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200708/eb5be56a/attachment.bin>


More information about the llvm-commits mailing list