[PATCH] D54879: Introduce `LocalAddressSpaceView::LoadWritable(...)` and make the `Load(...)` method return a const pointer.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 10 01:20:06 PST 2018
vitalybuka added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_local_address_space_view.h:43
+ template <typename T>
+ static const T *Load(T *target_address, uptr num_elements = 1) {
+ // The target address space is the local address space so
----------------
const T *target_addres?
and then you maybe can remove Writable from the another name
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54879/new/
https://reviews.llvm.org/D54879
More information about the llvm-commits
mailing list