[all-commits] [llvm/llvm-project] 55cfae: [X86][VBMI2] Add vector funnel shift tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 29 11:20:00 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 55cfaec9fb7b00ca1c013193b731406590c8a56b
https://github.com/llvm/llvm-project/commit/55cfaec9fb7b00ca1c013193b731406590c8a56b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
A llvm/test/CodeGen/X86/avx512vbmi2-funnel-shifts.ll
A llvm/test/CodeGen/X86/avx512vbmi2vl-funnel-shifts.ll
Log Message:
-----------
[X86][VBMI2] Add vector funnel shift tests
Demonstrates missed opportunity to combine to the VBMI2 SHLDV/SHRDV ops - combineOrShiftToFunnelShift should handle vector ops (and we should eventually move this to DAGCombine).
More information about the All-commits
mailing list