[PATCH] D109726: [X86] Improve `matchBinaryShuffle()`'s `BLEND` lowering with per-element all-zero/all-ones knowledge
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 14 10:16:53 PDT 2021
lebedev.ri added a comment.
In D109726#2999987 <https://reviews.llvm.org/D109726#2999987>, @RKSimon wrote:
> Why couldn't this be put in more generic ISD::OR combines somewhere? Possibly TargetLowering::SimplifyDemandedVectorElts?
What do you mean by 'it'? `blend`->`or` lowering?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109726/new/
https://reviews.llvm.org/D109726
More information about the llvm-commits
mailing list