[PATCH] D110527: [llvm-reduce] Add MIR support.

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 02:45:40 PDT 2021


markus updated this revision to Diff 377774.
markus retitled this revision from "[WIP][llvm-reduce] Add MIR support." to "[llvm-reduce] Add MIR support.".
markus added a comment.

Ok, so lets drop the [WIP] status and try to get this thing reviewed.

As far as I can tell the impact on existing `llvm-reduce` code should be quite limited at this point.

Obviously the `MyMachineModule` type name is a bad one and needs to be replaced with something better. Maybe `WrappedModule`, `WrappedMandMF` or `WrappedModuleAndMachineFunction`?

I am not sure who would be interested in reviewing but for anyone who is feel free to add yourself.


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

https://reviews.llvm.org/D110527

Files:
  llvm/test/tools/llvm-reduce/mir/instr-reduce.mir
  llvm/test/tools/llvm-reduce/mir/instr-reduce.py
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/MyMachineModule.cpp
  llvm/tools/llvm-reduce/MyMachineModule.h
  llvm/tools/llvm-reduce/TestRunner.h
  llvm/tools/llvm-reduce/deltas/Delta.cpp
  llvm/tools/llvm-reduce/deltas/Delta.h
  llvm/tools/llvm-reduce/deltas/ReduceAliases.cpp
  llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp
  llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp
  llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
  llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.cpp
  llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp
  llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.cpp
  llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.cpp
  llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
  llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
  llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.cpp
  llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h
  llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp
  llvm/tools/llvm-reduce/deltas/ReduceModuleData.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
  llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp
  llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.cpp
  llvm/tools/llvm-reduce/llvm-reduce.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110527.377774.patch
Type: text/x-patch
Size: 42337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211007/d7c07b58/attachment.bin>


More information about the llvm-commits mailing list