[all-commits] [llvm/llvm-project] a68d72: MachineVerifier: Don't crash in LiveIntervals chec...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Sep 1 05:47:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a68d72a9950f01b7ed7e8be98eabab5f69d254be
https://github.com/llvm/llvm-project/commit/a68d72a9950f01b7ed7e8be98eabab5f69d254be
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
M llvm/lib/CodeGen/MachineVerifier.cpp
Log Message:
-----------
MachineVerifier: Don't crash in LiveIntervals checks on generic vregs
If llvm-reduce is going to unconditionally verify functions with
LiveIntervals, it needs to be tolerant of generic vregs.
https://reviews.llvm.org/D133813
More information about the All-commits
mailing list