[llvm] [InstCombine] Convert fshl(x, 0, y) to shl(x, and(y, BitWidth - 1)) when BitWidth is pow2 (PR #122362)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 11 01:23:40 PST 2025


https://github.com/nikic approved this pull request.


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


More information about the llvm-commits mailing list