projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0fd86d
)
[Assignment Tracking] Update TODO list in docs
author
OCHyams
<orlando.hyams@sony.com>
Fri, 9 Dec 2022 17:07:19 +0000
(17:07 +0000)
committer
OCHyams
<orlando.hyams@sony.com>
Fri, 9 Dec 2022 17:08:22 +0000
(17:08 +0000)
llvm/docs/AssignmentTracking.md
patch
|
blob
|
history
diff --git
a/llvm/docs/AssignmentTracking.md
b/llvm/docs/AssignmentTracking.md
index
dfb5add
..
4f07f2d
100644
(file)
--- a/
llvm/docs/AssignmentTracking.md
+++ b/
llvm/docs/AssignmentTracking.md
@@
-203,6
+203,9
@@
to tackle:
D133293. This will be unecessary if the address can be removed, as described
below.
+* As mentioned in test llvm/test/DebugInfo/assignment-tracking/X86/diamond-3.ll,
+ the analysis should treat escaping calls like untagged stores.
+
* The system expects locals to be backed by a local alloca. This isn't always
the case - sometimes a pointer to storage is passed into a function
(e.g. sret, byval). We need to be able to handle those cases. See