[PATCH] D109379: Implementation of PPC lowering for vp_load/vp_store with no mask
Bardia Mahjour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 13:51:52 PDT 2021
bmahjour added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:1342
TTI::VPLegalization
PPCTTIImpl::getVPLegalizationStrategy(const VPIntrinsic &PI) const {
auto Legal = TargetTransformInfo::VPLegalization(
----------------
in what patch is this function first introduced? I don't see it in main or any of the other recent patches you posted.
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