[clang] [llvm] [AArch64] Add 9.7 data processing intrinsics (PR #186807)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 16 07:44:55 PDT 2026


================
@@ -3526,6 +3550,10 @@ let TargetPrefix = "aarch64" in {
                 [LLVMSubdivide2VectorType<0>, LLVMSubdivide2VectorType<0>],
                 [IntrNoMem]>;
 
+  class SVE2_CVT_VG2_Single_Intrinsic
----------------
jthackray wrote:

What's the difference between this and `SVE2_CVT_VG2_SINGLE_Intrinsic` on line 3418? Could that be re-used?

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


More information about the cfe-commits mailing list