mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
a1f306c9ad
MachineVerifier::visitMachineFunctionAfter() is extended to check the live-through case for live-in lists. This is only done for registers without aliases and that are neither allocatable or reserved, such as the SystemZ::CC register. The MachineVerifier earlier only catched the case of a live-in use without an entry in the live-in list (as "using an undefined physical register"). A comment in LivePhysRegs.h has been added stating a guarantee that addLiveOuts() can be trusted for a full register both before and after register allocation. Review: Quentin Colombet Differential Revision: https://reviews.llvm.org/D68267 |
||
---|---|---|
.. | ||
live-ins-01.mir | ||
live-ins-02.mir | ||
live-ins-03.mir | ||
test_copy_mismatch_types.mir | ||
test_copy.mir | ||
test_g_add.mir | ||
test_g_addrspacecast.mir | ||
test_g_bitcast.mir | ||
test_g_brjt.mir | ||
test_g_build_vector_trunc.mir | ||
test_g_build_vector.mir | ||
test_g_concat_vectors.mir | ||
test_g_constant.mir | ||
test_g_dyn_stackalloc.mir | ||
test_g_extract.mir | ||
test_g_fcmp.mir | ||
test_g_fconstant.mir | ||
test_g_icmp.mir | ||
test_g_insert.mir | ||
test_g_intrinsic_w_side_effects.mir | ||
test_g_intrinsic.mir | ||
test_g_inttoptr.mir | ||
test_g_jump_table.mir | ||
test_g_load.mir | ||
test_g_merge_values.mir | ||
test_g_phi.mir | ||
test_g_ptr_add.mir | ||
test_g_ptrtoint.mir | ||
test_g_select.mir | ||
test_g_sext_inreg.mir | ||
test_g_sextload.mir | ||
test_g_shuffle_vector.mir | ||
test_g_store.mir | ||
test_g_trunc.mir | ||
test_g_zextload.mir | ||
test_memccpy_intrinsics.mir | ||
test_phis_precede_nonphis.mir | ||
verifier-generic-extend-truncate.mir | ||
verifier-generic-types-1.mir | ||
verifier-generic-types-2.mir | ||
verifier-implicit-virtreg-invalid-physreg-liveness.mir | ||
verifier-phi-fail0.mir | ||
verifier-phi.mir | ||
verifier-pseudo-terminators.mir | ||
verify-regbankselected.mir | ||
verify-regops.mir | ||
verify-selected.mir |