Displaying 1 result from an estimated 1 matches for "d51960".
Did you mean:
d51964
2018 Sep 18
1
Generalizing load/store promotion in LICM
...39;re ready for
review.
The actual use/update is currently disabled by default (flag to enable:
EnableMSSALoopDependency).
I also recently became aware of EarlyCSE using MemorySSA. There are no
correctness issues with that but there may be missed optimizations in
subsequent passes using MemorySSA (D51960 <https://reviews.llvm.org/D51960> for
details and to avoid going even more off-topic) .
Thanks,
Alina
>
> Philip
>
> On 09/13/2018 02:00 PM, Alina Sbirlea wrote:
>
> For context, I've been looking into replacing the use of AST
> (AliasSetTracker) with MemorySSA in...