[llvm] [AArch64] Add bitcasts for lowering saturating add/sub and shift intrinsics. (PR #161840)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 23 02:36:57 PST 2025


================
@@ -4486,6 +4486,23 @@ static SDValue lowerADDSUBO_CARRY(SDValue Op, SelectionDAG &DAG,
   return DAG.getMergeValues({Sum, OutFlag}, DL);
 }
 
+static SDValue lowerIntNeonIntrinsic(SDValue Op, unsigned Opcode,
+                                     SelectionDAG &DAG) {
+  SDLoc DL(Op);
----------------
davemgreen wrote:

Add an assert somewhere that VT==i32||i64?

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


More information about the llvm-commits mailing list