aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorJuneyoung Lee <aqjune@gmail.com>2021-03-09 11:33:31 +0900
committerJuneyoung Lee <aqjune@gmail.com>2021-03-09 11:33:36 +0900
commit3d6183661d3a2d1e39468a51ebf4cef5bd0a2ed8 (patch)
tree31dd958ce2d7b6e99e991791503a8589ed400856 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parentc5c6f187a32d4273175443ff396872d54ce71a6b (diff)
downloadllvm-3d6183661d3a2d1e39468a51ebf4cef5bd0a2ed8.zip
llvm-3d6183661d3a2d1e39468a51ebf4cef5bd0a2ed8.tar.gz
llvm-3d6183661d3a2d1e39468a51ebf4cef5bd0a2ed8.tar.bz2
[LangRef] mention that the lifetime intrinsics' description in LangRef isn't everything
This is a minor patch that addresses concerns about lifetime in D94002. We need to mention that what's written in LangRef isn't everything about lifetime.start/end and its semantics depends on the stack coloring algorithm's pattern matching of a stack pointer. If the stack coloring algorithm cannot conclude that a pointer is a stack-allocated object, the pointer is conservatively considered as a non-stack one because stack coloring won't take this lifetime into account while assigning addresses. A reference from alloca to lifetime.start/end is added as well. Differential Revision: https://reviews.llvm.org/D98112
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions