[PATCH] D108253: [WIP][X86] Introduce 'blend with broadcast' shuffle lowering strategy (PR50971)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 02:50:37 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:12798
+ /*BlendOfIdentitiesOnly=*/true);
+}
+
----------------
lowerShuffleAsDecomposedShuffleMerge does some of this already - can we not extend that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108253/new/
https://reviews.llvm.org/D108253
More information about the llvm-commits
mailing list