[llvm] [AMDGPU] Verify dominance when rewriting spills to registers (PR #167347)

Austin Kerbow via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 25 12:08:09 PST 2025


================
@@ -0,0 +1,2084 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -O3 -o - %s | FileCheck %s
----------------
kerbowa wrote:

This testcase started passing incidentally after e95f6fa123d. There is an additional failure somewhere else with the same crash signature, "Virtual register defs don't dominate all uses.", that Harhsa was trying to reduce. Seems like no luck there. I will probably need to create a unit test. See SWDEV-564578 for details.

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


More information about the llvm-commits mailing list