[llvm] [SimplifyCFG] Treat umul + extract pattern as cheap single instruction. (PR #124933)
Gábor Spaits via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 04:48:24 PST 2025
spaits wrote:
So, the only reason it has worked before was the omission of the checking how many instructions will be hoisted.
https://github.com/llvm/llvm-project/pull/124933
More information about the llvm-commits
mailing list