[llvm] [X86] Fold (add X, (srl Y, 7)) -> (sub X, (ashr Y, 7)) on vXi8 vectors (PR #143106)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 05:22:41 PDT 2025


https://github.com/phoebewang approved this pull request.

LGTM.

https://github.com/llvm/llvm-project/pull/143106


More information about the llvm-commits mailing list