[all-commits] [llvm/llvm-project] 122a45: [X86] Add isel patterns for matching broadcast vpt...
topperc via All-commits
all-commits at lists.llvm.org
Fri Jul 10 15:15:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 122a45fbac059be0fb88b2b909191d7a93ce9c09
https://github.com/llvm/llvm-project/commit/122a45fbac059be0fb88b2b909191d7a93ce9c09
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/test/CodeGen/X86/vector-fshl-128.ll
M llvm/test/CodeGen/X86/vector-fshl-256.ll
M llvm/test/CodeGen/X86/vector-fshl-512.ll
M llvm/test/CodeGen/X86/vector-fshr-128.ll
M llvm/test/CodeGen/X86/vector-fshr-256.ll
M llvm/test/CodeGen/X86/vector-fshr-512.ll
M llvm/test/CodeGen/X86/vector-shuffle-avx512.ll
Log Message:
-----------
[X86] Add isel patterns for matching broadcast vpternlog if the ternlog and the broadcast have different types.
More information about the All-commits
mailing list