[llvm] [InstCombine] Convert fshl(x, 0, y) to shl(x, and(y, BitWidth - 1)) when BitWidth is pow2 (PR #122362)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 19:50:09 PST 2025
https://github.com/dtcxzyw edited https://github.com/llvm/llvm-project/pull/122362
More information about the llvm-commits
mailing list