[llvm] [LLVM][CodeGen][SVE] Add lowering for ISD::[ANY,SIGN,ZERO]_EXTEND_VECTOR_INREG. (PR #169847)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 02:55:39 PST 2025
================
@@ -14688,6 +14695,40 @@ static SDValue tryToConvertShuffleOfTbl2ToTbl4(SDValue Op,
Tbl2->getOperand(1), Tbl2->getOperand(2), TBLMask});
}
+SDValue
+AArch64TargetLowering::LowerEXTEND_VECTOR_INREG(SDValue Op,
----------------
david-arm wrote:
Fair enough, that makes sense.
https://github.com/llvm/llvm-project/pull/169847
More information about the llvm-commits
mailing list