[PATCH] D111317: [DebugInfo][InstrRef] Track instructions that write-to-stack after having a spill fused into them

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 00:13:55 PDT 2021


djtodoro added a comment.

(from the commit message)

`becomes

  SETCCm %stack.0 [...] debug-instr-number 2 :: (store (s32) into %stack.0)
  DBG_INSTR_REF 1, 0

`
this actually becomes `DBG_INSTR_REF 2, 0`, right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111317/new/

https://reviews.llvm.org/D111317



More information about the llvm-commits mailing list