[all-commits] [llvm/llvm-project] e8d979: [X86] Don't limit splitVector helper to simple types.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun May 3 04:29:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8d9794a23548e5aec909de201d449378237b385
https://github.com/llvm/llvm-project/commit/e8d9794a23548e5aec909de201d449378237b385
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-03 (Sun, 03 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Don't limit splitVector helper to simple types.
It can handle EVT just as well (and so can the extractSubVector calls).
More information about the All-commits
mailing list