[PATCH] D124037: llvm-reduce: Add pass to reduce IR references from MIR

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 13:08:20 PDT 2022


arsenm created this revision.
arsenm added reviewers: markus, reames, qcolombet, MatzeB, aeubanks, lebedev.ri.
Herald added a subscriber: mgorny.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This is typically the first thing I do when reducing a new testcase
until the IR section can be deleted.


https://reviews.llvm.org/D124037

Files:
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/include/llvm/CodeGen/MachineFrameInfo.h
  llvm/test/tools/llvm-reduce/mir/drop-ir-references.mir
  llvm/test/tools/llvm-reduce/mir/preserve-frame-info.mir
  llvm/test/tools/llvm-reduce/mir/preserve-mem-operands.mir
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/deltas/ReduceIRReferences.cpp
  llvm/tools/llvm-reduce/deltas/ReduceIRReferences.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124037.423715.patch
Type: text/x-patch
Size: 12637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220419/16b9088b/attachment.bin>


More information about the llvm-commits mailing list