[PATCH] D107957: [LegalizeTypes][VP] Add splitting support for binary VP ops
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 18 02:26:01 PDT 2021
frasercrmck marked an inline comment as done.
frasercrmck added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2223
+ {LHSHi, RHSHi, MaskHi, EVLHi}, Flags);
+}
+
----------------
RKSimon wrote:
> Why not just expand DAGTypeLegalizer::SplitVecRes_BinOp to handle VP ops?
Same reason as in D107904, really. Updated now to share a common function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107957/new/
https://reviews.llvm.org/D107957
More information about the llvm-commits
mailing list