[all-commits] [llvm/llvm-project] acb5ab: [X86] getFauxShuffleMask - use DemandedElts varian...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jul 31 04:17:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acb5abb7d3ee95530554543ee53c871593cac7b2
https://github.com/llvm/llvm-project/commit/acb5abb7d3ee95530554543ee53c871593cac7b2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] getFauxShuffleMask - use DemandedElts variant of getTargetShuffleInputs. NFCI.
We don't specify the demanded elts yet, this patch just rewires the getTargetShuffleInputs calls and gives an "all demanded elts" mask.
More information about the All-commits
mailing list