[llvm] [SimplifyCFG] Fix hoisting problem in SimplifyCFG (PR #78615)

Quentin Dian via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 21 05:10:08 PST 2024


================
@@ -1810,20 +1874,16 @@ bool SimplifyCFGOpt::hoistSuccIdenticalTerminatorToSwitchOrIf(
       }
     }
   }
-
----------------
DianQK wrote:

Please remove non-PR related changes.

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


More information about the llvm-commits mailing list