Displaying 2 results from an estimated 2 matches for "d44564".
Did you mean:
d44464
2020 Feb 10
2
RFC: Mark BasicAA as a CFG-only pass.
Hi,
I'd like to understand if it makes sense to keep BasicAA as a not CFG-only
pass, or if it can be updated to CFG-only. The change was made in D44564
<https://reviews.llvm.org/D44564>.
>From what 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>), Phi...
2020 Feb 10
2
RFC: Mark BasicAA as a CFG-only pass.
...Alina Sbirlea
> <alina.sbirlea at gmail.com <mailto:alina.sbirlea at gmail.com>> wrote:
>
> Hi,
>
> I'd like to understand if it makes sense to keep BasicAA as a not
> CFG-only pass, or if it can be updated to CFG-only. The change was
> made in D44564 <https://reviews.llvm.org/D44564>.
>
> From what 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
> <...