[MachineOutliner] NFC: Add debug output to overlap pruning code
authorJessica Paquette <jpaquette@apple.com>
Sat, 4 Feb 2023 01:38:56 +0000 (17:38 -0800)
committerJessica Paquette <jpaquette@apple.com>
Sat, 4 Feb 2023 01:43:11 +0000 (17:43 -0800)
commit51fa03200f7e7e456ccd9b62d522d29429b2d4e6
treea922fc7132f556ad46f162164bbff9ca70fea329
parente07452d9316a4f445a2a018c7e6b96bd5b5fb03d
[MachineOutliner] NFC: Add debug output to overlap pruning code

This had no debug output. Since it was committed as NFC, it had no testcase.

The me of today was nerdsniped by the me of 6 years ago and decided that this
ought to have a testcase and some debug output.
llvm/lib/CodeGen/MachineOutliner.cpp
llvm/test/CodeGen/AArch64/machine-outliner-overlap.mir [new file with mode: 0644]