[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)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 02:55:31 PDT 2024
RKSimon wrote:
ping?
https://github.com/llvm/llvm-project/pull/98466
More information about the llvm-commits
mailing list