[llvm] [NFC] Various Cleanup in StackColoring, StackSlotColoring, LiveStacks (PR #143931)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 13 08:19:42 PDT 2025


================
@@ -581,6 +581,41 @@ onerr:
 
 %Data = type { [32 x i64] }
 
+declare void @throw()
----------------
Ralender wrote:

This is a test case where StackColoring doesn't remove lifetime annotations.

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


More information about the llvm-commits mailing list