Displaying 1 result from an estimated 1 matches for "d51718".
Did you mean:
d51118
2018 Sep 18
1
Generalizing load/store promotion in LICM
...s.llvm.org/D48790>, D45300
<https://reviews.llvm.org/D45300>) and through the loop pass pipeline (
D50906 <https://reviews.llvm.org/D50906>, D50911
<https://reviews.llvm.org/D50911>, D45301 <https://reviews.llvm.org/D45301>,
D47022 <https://reviews.llvm.org/D47022>, D51718
<https://reviews.llvm.org/D51718>).
LICM is the loop pass I've picked back up now, and the first that also uses
MemorySSA vs just updating it. Patches in Phabricator are fairly old (D40375
<https://reviews.llvm.org/D40375>, D35741 <https://reviews.llvm.org/D35741>).
I'm go...