[all-commits] [llvm/llvm-project] c5771a: [Statepoints] Extract invoke tests into separate f...
dantrushin via All-commits
all-commits at lists.llvm.org
Wed Dec 16 05:55:32 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5771a2f2df995b312a7d5dfc899d7869d6f26d1
https://github.com/llvm/llvm-project/commit/c5771a2f2df995b312a7d5dfc899d7869d6f26d1
Author: Denis Antrushin <dantrushin at gmail.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M llvm/test/CodeGen/X86/statepoint-vreg-details.ll
A llvm/test/CodeGen/X86/statepoint-vreg-invoke.ll
M llvm/test/CodeGen/X86/statepoint-vreg.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list