[all-commits] [llvm/llvm-project] f2375b: RegAlloc: Fix failure on undef use when all regist...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Dec 15 17:53:38 PST 2024
Branch: refs/heads/users/arsenm/regalloc-fix-undef-uses-all-registers-reserved-in-class
Home: https://github.com/llvm/llvm-project
Commit: f2375b7d16e00c80ad91f64e9e65680bcf5e55f1
https://github.com/llvm/llvm-project/commit/f2375b7d16e00c80ad91f64e9e65680bcf5e55f1
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-16 (Mon, 16 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.
Commit: be078172c447170685296db2a4381e891221d73b
https://github.com/llvm/llvm-project/commit/be078172c447170685296db2a4381e891221d73b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/RegAllocFast.cpp
Log Message:
-----------
Use .front
Compare: https://github.com/llvm/llvm-project/compare/b1776bc89244...be078172c447
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