[all-commits] [llvm/llvm-project] 8fcc8c: [X86] Add vbmi2 test coverage for vector rotations
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Nov 30 08:01:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8fcc8c3148d087e9190cf6858c80f6306b3a93e5
https://github.com/llvm/llvm-project/commit/8fcc8c3148d087e9190cf6858c80f6306b3a93e5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/vector-fshl-rot-128.ll
M llvm/test/CodeGen/X86/vector-fshl-rot-256.ll
M llvm/test/CodeGen/X86/vector-fshl-rot-512.ll
M llvm/test/CodeGen/X86/vector-fshl-rot-sub128.ll
M llvm/test/CodeGen/X86/vector-fshr-rot-128.ll
M llvm/test/CodeGen/X86/vector-fshr-rot-256.ll
M llvm/test/CodeGen/X86/vector-fshr-rot-512.ll
M llvm/test/CodeGen/X86/vector-fshr-rot-sub128.ll
M llvm/test/CodeGen/X86/vector-rotate-128.ll
M llvm/test/CodeGen/X86/vector-rotate-256.ll
M llvm/test/CodeGen/X86/vector-rotate-512.ll
Log Message:
-----------
[X86] Add vbmi2 test coverage for vector rotations
We should be using the funnel shift instructions for vXi16 types.
More information about the All-commits
mailing list