[Assignment Tracking] Update TODO list in docs
authorOCHyams <orlando.hyams@sony.com>
Fri, 9 Dec 2022 17:07:19 +0000 (17:07 +0000)
committerOCHyams <orlando.hyams@sony.com>
Fri, 9 Dec 2022 17:08:22 +0000 (17:08 +0000)
llvm/docs/AssignmentTracking.md

index dfb5add..4f07f2d 100644 (file)
@@ -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