Displaying 2 results from an estimated 2 matches for "d48489".
Did you mean:
d38489
2020 Feb 10
2
RFC: Mark BasicAA as a CFG-only pass.
...I gathered the motivation was PhiValuesAnalysis not being
properly updated, and BasicAA having an instance of it.
PhiValuesAnalysis now uses callback values to invalidate deleted values (
r340613 <https://reviews.llvm.org/rL340613>), PhiValuesAnalysis is also
being updated in MemDepAnalysis (D48489 <https://reviews.llvm.org/D48489>) and
BasicAA is invalidated if PhiValuesAnalysis gets invalidated.
I may not have the full context here, so I'd like some feedback: does it
make sense to make BasicAA a CFG-only pass again?
Thank you,
Alina
-------------- next part --------------
An HTM...
2020 Feb 10
2
RFC: Mark BasicAA as a CFG-only pass.
...lysis not
> being properly updated, and BasicAA having an instance of it.
> PhiValuesAnalysis now uses callback values to invalidate deleted
> values (r340613
> <https://reviews.llvm.org/rL340613>),PhiValuesAnalysis is also
> being updated in MemDepAnalysis (D48489
> <https://reviews.llvm.org/D48489>) and BasicAA is invalidated if
> PhiValuesAnalysis gets invalidated.
>
> I may not have the full context here, so I'd like some feedback:
> does it make sense to make BasicAA a CFG-only pass again?
>
> Thank you,...