[PATCH] D137313: [NFC] Remove redundant loads when has_device_addr is used.
Jennifer Yu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 3 14:31:45 PDT 2022
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
More information about the cfe-commits
mailing list