aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
diff options
context:
space:
mode:
authorSerguei Katkov <serguei.katkov@azul.com>2020-03-31 12:07:11 +0700
committerSerguei Katkov <serguei.katkov@azul.com>2020-04-02 10:56:42 +0700
commit2ede5dccffa5f62d3f13eca603bc3ad0e73b7514 (patch)
tree6e674743ed23c4f03658c2190fcd399553f694ad /lldb/source/Commands/CommandObjectWatchpointCommand.cpp
parent7f5fe30a150e7e87d3fbe4da4ab0e76ec38b40b9 (diff)
downloadllvm-2ede5dccffa5f62d3f13eca603bc3ad0e73b7514.zip
llvm-2ede5dccffa5f62d3f13eca603bc3ad0e73b7514.tar.gz
llvm-2ede5dccffa5f62d3f13eca603bc3ad0e73b7514.tar.bz2
[DOC] Remove too strong restriction for ‘llvm.experimental.gc.statepoint’ Intrinsic
The requirement for deopt parameter to be in gc parameter if it can be modified by GC is very strong and difficult to follow. The key example of why this can't work: %p1 = bitcast i8* %p to i8* statepoint [gc = (%p1)], [deopt = (%p1)] The optimizer is allowed to replace either use (or both) of %p1 with %p. If it updates only one of the two (entirely legal), the two sets do not overlap. So this change removes the strong wording. Reviewers: reames, dantrushin Reviewed By: reames Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D77122
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions