[PATCH] D136237: [BasicBlockSections] avoid insertting redundant branch to fall through blocks
Sinan Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 05:53:28 PDT 2022
sinan added a comment.
Hi @rahmanl, I tested with -O2, and the redundant branch can be removed by machine code sinking pass.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136237/new/
https://reviews.llvm.org/D136237
More information about the llvm-commits
mailing list