[llvm] [SimplifyCFG] Add support for sinking instructions with multiple uses (PR #95521)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 04:00:36 PDT 2024
================
@@ -1936,7 +1936,7 @@ static bool canSinkInstructions(
// Prune out obviously bad instructions to move. Each instruction must have
// exactly zero or one use, and we check later that use is by a single, common
----------------
fhahn wrote:
comment needs updating?
https://github.com/llvm/llvm-project/pull/95521
More information about the llvm-commits
mailing list