[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 00:55:32 PST 2025
https://github.com/nikic commented:
Can you please add an alive2 proof to the PR description?
https://github.com/llvm/llvm-project/pull/122362
More information about the llvm-commits
mailing list