[all-commits] [llvm/llvm-project] 441de2: [X86] Add generic splitVectorOp helper. NFC
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Nov 15 09:59:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 441de2536bff9114fa736b85564c16dbfa5ad938
https://github.com/llvm/llvm-project/commit/441de2536bff9114fa736b85564c16dbfa5ad938
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Add generic splitVectorOp helper. NFC
Update splitVectorIntUnary/splitVectorIntBinary to use this internally, after some operand type sanity checks.
Avoid code duplication and makes it easier to split other vector instruction forms in the future.
More information about the All-commits
mailing list