[all-commits] [llvm/llvm-project] 88ff6f: [X86] Extend vselect(cond, pshufb(x), pshufb(y)) -...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Apr 10 05:05:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88ff6f70c45f2767576c64dde28cbfe7a90916ca
https://github.com/llvm/llvm-project/commit/88ff6f70c45f2767576c64dde28cbfe7a90916ca
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-10 (Sun, 10 Apr 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-interleaved-load-i8-stride-6.ll
M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-6.ll
M llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll
Log Message:
-----------
[X86] Extend vselect(cond, pshufb(x), pshufb(y)) -> or(pshufb(x), pshufb(y)) to include inner or(pshufb(x), pshufb(y)) chains
More information about the All-commits
mailing list