[PATCH] D85757: [DebugInstrRef][6/9] Pass DBG_INSTR_REFs safely through register allocation

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 07:57:14 PDT 2020


jmorse added a comment.

NB: I said in the test:

  The fast register allocator puts some spills in -- these are no-ops as far
  as the slot indexes are concerned. It doesn't matter which side of spills
  the DBG_INSTR_REF lands on.

And in the mean time, fast-isel has changed where it puts those spills. I updated the relevant CHECK lines to be CHECK-DAGs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85757



More information about the llvm-commits mailing list