[llvm] [CodeGen][RAGreedy] Inform LiveDebugVariables about snippets spilled by InlineSpiller. (PR #109962)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 09:52:52 PDT 2024


================
@@ -0,0 +1,55 @@
+; RUN: llc -O3 -mtriple i386 %s -stop-after=livedebugvalues -o - | FileCheck %s
----------------
arsenm wrote:

Don't need -O3, it rarely makes a difference and the default is -O2 

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


More information about the llvm-commits mailing list