[all-commits] [llvm/llvm-project] 7c2031: [X86] Use splitVector helper in truncateVectorWith...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun May 3 05:41:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7c203163c7b5869549244206b9be040f09fb6c05
https://github.com/llvm/llvm-project/commit/7c203163c7b5869549244206b9be040f09fb6c05
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] Use splitVector helper in truncateVectorWithPACK/splitVectorStore/combineHorizontalMinMaxResult/combineReductionToHorizontal. NFC.
All these locations were performing the same type splitting/extractSubVector calls as the spltVector helper.
More information about the All-commits
mailing list