[PATCH] D46775: [LICM] Preserve DT and LoopInfo specifically
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 08:01:21 PDT 2018
dberlin accepted this revision.
dberlin added a comment.
This revision is now accepted and ready to land.
In a perfect world we should update LICM to preserve all CFG analysis.
For now, this at least makes it correct.
Unfortunately, this also means we didn't properly take into account the compile time affects of the underlying change that broke this.
We shall see what the fallout is.
https://reviews.llvm.org/D46775
More information about the llvm-commits
mailing list