[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
================
@@ -11909,6 +11920,59 @@ SDValue PPCTargetLowering::LowerIS_FPCLASS(SDValue Op,
return getDataClassTest(LHS, Category, Dl, DAG, Subtarget);
}
+static SDValue AdjustLength(SDValue Val, unsigned Bits, bool Left,
----------------
lei137 wrote:
Maybe add some doc on what this function's uses are.
https://github.com/llvm/llvm-project/pull/165910
More information about the llvm-commits
mailing list