[PATCH] D60098: [POC] Iterative hoisting during trivial unswitch
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 10:27:10 PDT 2019
reames abandoned this revision.
reames added a comment.
Abandoning this approach. As Chandler pointed out in offline discussion, the iteration of the loop pass manager itself - remember, this is in the *new* pass manager, not the old - should handle this case. I'm going to try to figure out why it didn't first, and then only return to this approach if I'm either a) stuck on that for some reason or b) trying to improve efficiency (i.e. reduce number of iterations required.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60098/new/
https://reviews.llvm.org/D60098
More information about the llvm-commits
mailing list