[llvm] [PowerPC] Lowering support for EVL type VP_LOAD/VP_STORE (PR #165910)

Lei Huang via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 17:55:11 PST 2025


================
@@ -1031,3 +1035,39 @@ bool PPCTTIImpl::getTgtMemIntrinsic(IntrinsicInst *Inst,
 bool PPCTTIImpl::supportsTailCallFor(const CallBase *CB) const {
   return TLI->supportsTailCallFor(CB);
 }
+
+TargetTransformInfo::VPLegalization
----------------
lei137 wrote:

Would be good if you can add some documentation to summarize this new function.

https://github.com/llvm/llvm-project/pull/165910


More information about the llvm-commits mailing list