[Statepoints] Extract invoke tests into separate file. NFC.
authorDenis Antrushin <dantrushin@gmail.com>
Tue, 15 Dec 2020 12:14:39 +0000 (19:14 +0700)
committerDenis Antrushin <dantrushin@gmail.com>
Wed, 16 Dec 2020 13:53:28 +0000 (20:53 +0700)
commitc5771a2f2df995b312a7d5dfc899d7869d6f26d1
treede7b1017b19c897a22545dcdbee18ca82fa9e0c4
parent75f98f0f8c813a0cffb130bc0589e4609ab09076
[Statepoints] Extract invoke tests into separate file. NFC.

Extract VReg lowering tests with invokes into separate file
for easier maintenance/modification.
Check MIR after register allocation - at this point all
transformations we're interested in has been applied and verifying
of MIR is simpler than that of assembly.
llvm/test/CodeGen/X86/statepoint-vreg-details.ll
llvm/test/CodeGen/X86/statepoint-vreg-invoke.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/statepoint-vreg.ll