[PATCH] D90852: [NFC][IntrRefLDV] Remove dead code from transferSpillOrRestoreInst()

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 07:22:17 PST 2020


jmorse accepted this revision.
jmorse added a comment.
This revision is now accepted and ready to land.

LGTM; the point of the "Emulate VarLocBasedLDV" flag was to help prove that the overall algorithm matched what was already produced by LiveDebugValues. Seeing how the approach seems to be (broadly?) accepted / acceptable, it's to just ditch the flag altogether, it doesn't serve any purpose now IMO.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90852



More information about the llvm-commits mailing list