[InstCombine] Fix incorrect fshr to fshl transform
This transform is only valid if the (modular) shift amount is not zero. Proof: https://alive2.llvm.org/ce/z/WBxn-x Fixes https://github.com/llvm/llvm-project/issues/89338.
parent
ab1d988e
Please register or sign in to comment