[Greedy RegAlloc] Add a test for single block split with statepoint uses.
authorSerguei Katkov <serguei.katkov@azul.com>
Mon, 7 Nov 2022 07:37:54 +0000 (14:37 +0700)
committerSerguei Katkov <serguei.katkov@azul.com>
Mon, 7 Nov 2022 07:53:09 +0000 (14:53 +0700)
commitc40ef64462eeac9bafc28512dfaae55475016676
tree6f11a37f8f00fd42979c495f1222d558943c9fc9
parent05a113e18852ab54f22516e9ec1b6aa39adc5b33
[Greedy RegAlloc] Add a test for single block split with statepoint uses.

The test shows redundant usage of callee saved register in case
basic block has only one non-statepoint use.
llvm/test/CodeGen/X86/statepoint-split-single-block.ll [new file with mode: 0644]