[all-commits] [llvm/llvm-project] 0d1b52: [MachineVerifier] Try harder to verify LiveStacks

Jay Foad via All-commits all-commits at lists.llvm.org
Tue Jul 12 01:57:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d1b5268e8e1dc799c4b5734c0cb4a61168c58b7
      https://github.com/llvm/llvm-project/commit/0d1b5268e8e1dc799c4b5734c0cb4a61168c58b7
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M llvm/lib/CodeGen/MachineVerifier.cpp

  Log Message:
  -----------
  [MachineVerifier] Try harder to verify LiveStacks

Verify the LiveStacks analysis after a pass that claims to preserve it,
even if there are no further passes (apart from the verifier itself)
that would use the analysis.

Differential Revision: https://reviews.llvm.org/D129200




More information about the All-commits mailing list