[all-commits] [llvm/llvm-project] dfc0ed: MachineFunction: Add verify method that accepts Li...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 31 15:14:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfc0ede1f889fbd8bf6dfca0e479ee70495786ab
https://github.com/llvm/llvm-project/commit/dfc0ede1f889fbd8bf6dfca0e479ee70495786ab
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/lib/CodeGen/MachineVerifier.cpp
Log Message:
-----------
MachineFunction: Add verify method that accepts LiveIntervals
This version can be used without a PassManager
https://reviews.llvm.org/D133784
More information about the All-commits
mailing list