[llvm] [X86] Fold blend(pshufb(x,m1),pshufb(y,m2)) -> blend(pshufb(x,blend(m1,m2)),pshufb(y,blend(m1,m2))) to reduce constant pool (PR #98466)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 06:59:58 PDT 2024


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

LGTM

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


More information about the llvm-commits mailing list