[PATCH] D109379: Implementation of PPC lowering for vp_load/vp_store with no mask

Roland Froese via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 20 08:09:21 PDT 2021


RolandF added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:1342
 TTI::VPLegalization
 PPCTTIImpl::getVPLegalizationStrategy(const VPIntrinsic &PI) const {
   auto Legal = TargetTransformInfo::VPLegalization(
----------------
bmahjour wrote:
> in what patch is this function first introduced? I don't see it in main or any of the other recent patches you posted.
This is a target specialization of the default function from https://reviews.llvm.org/D78203.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109379/new/

https://reviews.llvm.org/D109379



More information about the llvm-commits mailing list