[PATCH] D136320: [Assignment Tracking Analysis][1/*] Add analysis pass core

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 04:10:36 PST 2022


nlopes added a comment.

In D136320#3930388 <https://reviews.llvm.org/D136320#3930388>, @Orlando wrote:

> In D136320#3870269 <https://reviews.llvm.org/D136320#3870269>, @nlopes wrote:
>
>> Please avoid using UndefValue::get as much as possible as we are trying to get rid of undef. Please use PoisonValue whenever possible.
>> Thank you!
>
> Hi @nlopes. This patch is part of the series in which we agreed this could be addressed after landing the stack: https://reviews.llvm.org/D133293#inline-1286892. That is the next item on my TODO list and I plan to make the change for all debug info modes (rather than just this new one). Is that still okay with you?

Ah, yes, sorry, my spam bot is very indiscriminate..


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136320/new/

https://reviews.llvm.org/D136320



More information about the llvm-commits mailing list