[llvm] [InstCombine] Convert fshl(x, 0, y) to shl(x, y) or shl(X, urem(Y, BitWidth)) (PR #122362)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 23:50:11 PST 2025
https://github.com/dtcxzyw edited https://github.com/llvm/llvm-project/pull/122362
More information about the llvm-commits
mailing list