[PATCH] D123695: llvm-reduce: Fix handling of generic virtual registers

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 10:59:45 PDT 2022


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

Try to preserve register banks, types and names. Fixes the lowest
hanging fruit in issue 54894.


https://reviews.llvm.org/D123695

Files:
  llvm/test/tools/llvm-reduce/mir/generic-vreg.mir
  llvm/test/tools/llvm-reduce/mir/generic-vreg.py
  llvm/tools/llvm-reduce/ReducerWorkItem.cpp
  llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123695.422566.patch
Type: text/x-patch
Size: 5488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220413/37922162/attachment.bin>


More information about the llvm-commits mailing list