https://github.com/Xazax-hun commented:

> It is checked for use-after-free unless it is being written to.

I wonder if this is important if we end up using liveness analysis. I.e., I 
believe the value we are overwriting is not live. So, in case we only warn for 
the live usages, we get this check for free. (In case we are moving in that 
direction). 

https://github.com/llvm/llvm-project/pull/154316
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to