[PATCH] D55266: [LICM] Use per-block hoist points when rehoisting instructions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 19:52:05 PST 2018


mkazantsev added a comment.

The entire algorithm looks non-deterministic and depends on traversal order of uses. I suggest making it deterministic (I think my comment inline should help).


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55266/new/

https://reviews.llvm.org/D55266





More information about the llvm-commits mailing list