[all-commits] [llvm/llvm-project] cc7676: LiveInterval: Make verify functions return bool

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Sep 23 07:43:57 PDT 2024


  Branch: refs/heads/users/arsenm/liveinterval-verify-return-bool
  Home:   https://github.com/llvm/llvm-project
  Commit: cc7676cf2fcb9923cbdd83bd5d872f2e19560f76
      https://github.com/llvm/llvm-project/commit/cc7676cf2fcb9923cbdd83bd5d872f2e19560f76
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-09-23 (Mon, 23 Sep 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveInterval.h
    M llvm/lib/CodeGen/LiveInterval.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/Target/AMDGPU/GCNRewritePartialRegUses.cpp
    M llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp

  Log Message:
  -----------
  LiveInterval: Make verify functions return bool

This will allow the MachineVerifier to check these properties
instead of just asserting



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list