[PATCH] D93376: [LangRef] Clarify the semantics of lifetime intrinsics
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 11:27:28 PST 2020
nikic added inline comments.
================
Comment at: llvm/docs/LangRef.rst:17647
+to the object. It should be either :ref:`alloca <i_alloca>` or a bitcast
+to :ref:`alloca <i_alloca>`.
----------------
or a zero-index GEP, because we canoncalize bitcasts to that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93376/new/
https://reviews.llvm.org/D93376
More information about the llvm-commits
mailing list