[all-commits] [llvm/llvm-project] b96a52: [X86] LowerRotate - enable custom lowering of ROTL...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Dec 4 04:51:35 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b96a5210774e653c65b04ace275e08e0af6ae31b
https://github.com/llvm/llvm-project/commit/b96a5210774e653c65b04ace275e08e0af6ae31b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-12-04 (Fri, 04 Dec 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-fshl-rot-512.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
Log Message:
-----------
[X86] LowerRotate - enable custom lowering of ROTL/ROTR vXi16 on VBMI2 targets.
More information about the All-commits
mailing list