[all-commits] [llvm/llvm-project] c821ef: [LangRef] Make lifetime intrinsic's semantics cons...
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Wed Mar 3 16:58:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c821ef451373849c403686042466d30a7bf8138a
https://github.com/llvm/llvm-project/commit/c821ef451373849c403686042466d30a7bf8138a
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef] Make lifetime intrinsic's semantics consistent with StackColoring's comment
This patch is an update to LangRef by describing lifetime intrinsics' behavior
by following the description of MIR's LIFETIME_START/LIFETIME_END markers
at StackColoring.cpp (https://github.com/llvm/llvm-project/blob/eb44682d671d66e422b02595a636050582a4d84a/llvm/lib/CodeGen/StackColoring.cpp#L163) and the discussion in llvm-dev.
In order to explicitly define the meaning of an object lifetime, I added 'Object Lifetime' subsection.
Reviewed By: nlopes
Differential Revision: https://reviews.llvm.org/D94002
More information about the All-commits
mailing list