[all-commits] [llvm/llvm-project] 21a94e: RegAlloc: Fix failure on undef use when all regist...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Dec 11 17:53:07 PST 2024
Branch: refs/heads/users/arsenm/regalloc-fix-undef-uses-all-registers-reserved-in-class
Home: https://github.com/llvm/llvm-project
Commit: 21a94e80ec529fac5a23febcdf738f01c56d0100
https://github.com/llvm/llvm-project/commit/21a94e80ec529fac5a23febcdf738f01c56d0100
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/RegAllocFast.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/test/CodeGen/AMDGPU/ran-out-of-registers-error-all-regs-reserved.ll
Log Message:
-----------
RegAlloc: Fix failure on undef use when all registers are reserved
Greedy and fast would hit different assertions on undef uses if all
registers in a class were reserved.
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