[llvm] [CodeGen][RAGreedy] Inform LiveDebugVariables about snippets spilled by InlineSpiller. (PR #109962)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 05:26:37 PDT 2024
================
@@ -0,0 +1,167 @@
+# RUN: llc -O3 -mtriple i386 -start-before=greedy -stop-after=livedebugvars %s -o - | FileCheck %s
----------------
arsenm wrote:
Don't need -O3
https://github.com/llvm/llvm-project/pull/109962
More information about the llvm-commits
mailing list