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

Amr Hesham via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 11 02:48:12 PST 2025


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


More information about the llvm-commits mailing list