[PATCH] D129370: [SimplifyCFG] Allow SimplifyCFG hoisting to skip over non-matching instructions
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 28 02:16:12 PDT 2022
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
I would probably have just bailed out if it reached an instruction with side-effects, but as far as I can see this seems like it should be OK.
LGMT
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129370/new/
https://reviews.llvm.org/D129370
More information about the llvm-commits
mailing list