[PATCH] D100445: [RS4GC] Introduce intrinsics to get base ptr and offset
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 18:30:59 PDT 2021
jdoerfert added a comment.
Drive by, just interested in potential use outside gc. But don't want to get into this now.
================
Comment at: llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp:2828
}
+ if (auto *CI = dyn_cast<CallInst>(&I))
+ if (CI->getIntrinsicID() == Intrinsic::experimental_gc_get_pointer_base ||
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100445/new/
https://reviews.llvm.org/D100445
More information about the llvm-commits
mailing list