[PATCH] D135125: [JumpThreading] Reverse the order of basic block iteration.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 10:29:51 PDT 2022
efriedma added a comment.
I'd prefer to try to prevent compile-time explosions in a more reliable way; messing with iteration order doesn't seem like it will work in all cases.
Even if we do want to mess with the iteration order, just reversing the basic block list isn't really reliable. See llvm/ADT/PostOrderIterator.h
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135125/new/
https://reviews.llvm.org/D135125
More information about the llvm-commits
mailing list