[clang] [llvm] [clang][AArch64][SVE2p3][SME2p3] Add intrinsics for v9.7a shift operations (PR #186087)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 17 05:00:23 PDT 2026


================
@@ -2221,6 +2221,15 @@ let SVETargetGuard = "sve2p1|sme2", SMETargetGuard = "sve2p1|sme2" in {
   def SVSQRSHRUN_X2 : SInst<"svqrshrun[_n]_{0}[_{d}_x2]", "e2i", "i", MergeNone, "aarch64_sve_sqrshrun_x2", [VerifyRuntimeMode], [ImmCheck<1, ImmCheck1_16>]>;
 }
----------------
jthackray wrote:

These are now replicated by the lines just below?

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


More information about the cfe-commits mailing list