[llvm] [AMDGPU] Add register pressure guard on LLVM-IR level to prevent harmful optimizations (PR #171267)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 06:21:29 PST 2025


arsenm wrote:

> But for whatever reasons, the backend has never been able to undo it well enough.

Exec register barriers and bad to nonexistent rematerialized with subregister defs. Both of which we should be fixing 

https://github.com/llvm/llvm-project/pull/171267


More information about the llvm-commits mailing list