[PATCH] D113293: [SimplifyCFG] Add early bailout if Use is not in same BB.

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 21:30:30 PST 2021


mkazantsev added a comment.

I don't understand the old code. Why does it look at one user? I thought the order of uses is undefined, and whatever checks are done for just one user and not done for the others may be a source of non-determinism.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113293



More information about the llvm-commits mailing list