[PATCH] D44282: [PR16756] JumpThreading: explicitly update SSA rather than use SSAUpdater.

Michael Zolotukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 14:12:29 PST 2018


mzolotukhin added a comment.

Thanks! My current plan is to simply move the part that I wrote to a separate class and make it usable from other places. If I manage to keep most of the gains, then it would probably be the easiest way to resolve the issue.

Michael


Repository:
  rL LLVM

https://reviews.llvm.org/D44282





More information about the llvm-commits mailing list