[PATCH] D107957: [LegalizeTypes][VP] Add splitting support for binary VP ops

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 14:10:37 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2223
+                   {LHSHi, RHSHi, MaskHi, EVLHi}, Flags);
+}
+
----------------
Why not just expand DAGTypeLegalizer::SplitVecRes_BinOp to handle VP ops?


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