[PATCH] D123794: llvm-reduce: Handle cloning MachineFrameInfo and stack objects

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 08:49:59 PDT 2022


arsenm added a comment.

In D123794#3451997 <https://reviews.llvm.org/D123794#3451997>, @aeubanks wrote:

> wdyt about testing MF cloning directly rather than indirectly via llvm-reduce? perhaps via unit tests?

Unit tests are more work. It's easier to have a standalone MIR test input. The only problem there is the remaining pieces which MIR serialization doesn't cover


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

https://reviews.llvm.org/D123794



More information about the llvm-commits mailing list