[PATCH] D74369: [AddressSanitizer] Ensure only AllocaInst is passed to dbg.declare

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 16:58:33 PST 2020


vsk added a comment.

Looking into this some more, I no longer think it's all that important to stop `replaceDbgDeclare`from moving dbg.declares around. But I still think we should make the change as a cleanup, more context in: https://reviews.llvm.org/D74517


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74369





More information about the llvm-commits mailing list