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

Quentin Dian via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 22:20:00 PST 2024


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

And the two line breaks at the bottom. :)

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


More information about the llvm-commits mailing list