Displaying 1 result from an estimated 1 matches for "d45299".
Did you mean:
45299
2018 Sep 18
1
Generalizing load/store promotion in LICM
...led by default for EarlyCSE. So,
> does that mean we believe the bugs have been worked out and we "just" need
> to plumb it through the pipeline?
>
Sure!
MemorySSA is fairly stable right now (i.e. no known bugs). I've been
working on extending the APIs for updating it (e.g. D45299
<https://reviews.llvm.org/D45299>, D48396 <https://reviews.llvm.org/D48396>,
D48897 <https://reviews.llvm.org/D48897>), and added the plumbing to update
it in the Utils (D48790 <https://reviews.llvm.org/D48790>, D45300
<https://reviews.llvm.org/D45300>) and through the...