jyu2 added a comment.

In D137313#3904805 <https://reviews.llvm.org/D137313#3904805>, @ABataev wrote:

> Whyt it is NFC? I assume it fixes the dereferencing of references, right?

Thanks  Alexey.

I really don't expect run time change for this change.  The change only change 
BP/PP of the map instead I was using

  CGF.EmitLValue(E).getPointer(CGF);

or

  CGF.EmitScalarExpr(E);

to generate BP/PP.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137313

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

Reply via email to