[InstCombine] Treat `lshr nneg` as `ashr` in `getBinOpsForFactorization` (#75521)
This patch reinterprets `lshr nneg C, X` as `ashr nneg C, X` to allow more factorization opportunities. Fixes #70582.
Loading
Please sign in to comment
This patch reinterprets `lshr nneg C, X` as `ashr nneg C, X` to allow more factorization opportunities. Fixes #70582.