[llvm] [SimplifyCFG] Use hash map to continue hoisting the common instructions (PR #78615)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 9 04:10:56 PST 2024


================
@@ -1810,7 +1935,6 @@ bool SimplifyCFGOpt::hoistSuccIdenticalTerminatorToSwitchOrIf(
         Value *BB2V = PN.getIncomingValueForBlock(OtherSuccTI->getParent());
         if (BB1V == BB2V)
           continue;
-
----------------
dtcxzyw wrote:

Please drop the change.

https://github.com/llvm/llvm-project/pull/78615


More information about the llvm-commits mailing list