[llvm-branch-commits] [llvm] [GlobalISel][AArch64] Added support for sli intrinsic (PR #171448)

David Green via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Dec 9 08:02:41 PST 2025


================
@@ -270,6 +270,12 @@ def G_URSHR: AArch64GenericInstruction {
   let hasSideEffects = 0;
 }
 
+def G_VSLI: AArch64GenericInstruction {
+  let OutOperandList = (outs type0:$dst);
+  let InOperandList = (ins type0:$src1, type0:$src2, type0:$src3);
----------------
davemgreen wrote:

I'm not sure if these mean much at the moment but could it be type1:$src3?

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


More information about the llvm-branch-commits mailing list