[llvm] [SimplifyCFG] Fix hoisting problem in SimplifyCFG (PR #78615)
Quentin Dian via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 07:13:45 PST 2024
================
@@ -1742,15 +1767,6 @@ bool SimplifyCFGOpt::hoistCommonCodeFromSuccessors(BasicBlock *BB,
continue;
}
- SmallVector<Instruction *, 8> OtherInsts;
- if (SameLevelHoist) {
----------------
DianQK wrote:
Gently ping. @nikic @dtcxzyw
(Maybe we should pay more consideration to first-time contributors.)
https://github.com/llvm/llvm-project/pull/78615
More information about the llvm-commits
mailing list