[all-commits] [llvm/llvm-project] 87117a: MachineVerifier: Add tests which are incorrectly a...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Sep 1 06:07:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87117a2e20059f476e067b0f1a5bc50473f3c08f
      https://github.com/llvm/llvm-project/commit/87117a2e20059f476e067b0f1a5bc50473f3c08f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    A llvm/test/MachineVerifier/register-killed-inside-loop.mir
    A llvm/test/MachineVerifier/undef-virt-reg-entry-block.mir
    A llvm/test/MachineVerifier/undef-virt-reg-nonentry-block.mir

  Log Message:
  -----------
  MachineVerifier: Add tests which are incorrectly accepted

In the process of splitting out the liveness tracking, I ran into
these cases which should have been caught. There are still missing
errors for some cases in the entry block.

https://reviews.llvm.org/D127104




More information about the All-commits mailing list