[llvm-branch-commits] [llvm] [GlobalISel][AArch64] Added support for sli intrinsic (PR #171448)
Joshua Rodriguez via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 10 01:24:00 PST 2025
================
@@ -270,6 +270,12 @@ def G_URSHR: AArch64GenericInstruction {
let hasSideEffects = 0;
}
+def G_VSLI: AArch64GenericInstruction {
----------------
JoshdRod wrote:
There's an SRI that isn't supported yet - should I also add a test case to this file?
https://github.com/llvm/llvm-project/pull/171448
More information about the llvm-branch-commits
mailing list