[PATCH] D81929: [WIP][Attributor] Introduce CallBaseContext to the IRPosition

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 17:18:04 PDT 2020


jdoerfert added a comment.

In D81929#2129334 <https://reviews.llvm.org/D81929#2129334>, @kuter wrote:

> In D81929#2128955 <https://reviews.llvm.org/D81929#2128955>, @jdoerfert wrote:
>
> > In D81929#2096257 <https://reviews.llvm.org/D81929#2096257>, @jdoerfert wrote:
> >
> > > We need some way of testing this, so tests that enable this and some way of checking the output. We could look for the debug output or add some other way of checking
> >
> >
> > Reverse ping. Unit tests might also be an option.
>
>
> Wouldn't just testing the uses of this path enough.
>  For example if we have are getting a correct call site constant range would that be enough ?


Is the CBContext already used? I might have to take another look at this, sorry.


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

https://reviews.llvm.org/D81929





More information about the llvm-commits mailing list