fdeazeve added a comment.

https://reviews.llvm.org/D142160

Should address the incorrect handling of Mem2Reg, this is not the full picture 
though, as at the MIR level we handle these two differently:

  DEBUG_VALUE .... !DIExpression ()  indirect    // this what dbg.declare gets 
lowered to
  DEBUG_VALUE .... !DIExpression (OP_deref)      // this is what dbg.value + 
deref gets lowered to.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141381

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to