[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)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 04:34:58 PDT 2024


goldsteinn wrote:

LGTM assuming buildkite tests pass. Please wait a day to push so others have a chance to review.

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


More information about the llvm-commits mailing list