[all-commits] [llvm/llvm-project] 882491: [X86][AVX512] Add second test case for PR32547
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jun 11 05:38:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8824913e93505b0da9884a73969fc3f038a499c4
https://github.com/llvm/llvm-project/commit/8824913e93505b0da9884a73969fc3f038a499c4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
Log Message:
-----------
[X86][AVX512] Add second test case for PR32547
Demonstrate missing support for OR(X,KSHIFTL(Y,8)) -> KUNPCKBW as well as the existing OR(KSHIFTL(X,8),Y) -> KUNPCKBW test.
More information about the All-commits
mailing list