[clang] [llvm] [AArch64][SME] Fix multi vector cvt builtins (PR #77656)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 12:56:49 PST 2024


================
@@ -3095,23 +3095,23 @@ let TargetPrefix = "aarch64" in {
                             [llvm_anyvector_ty, LLVMMatchType<0>, LLVMMatchType<0>, LLVMMatchType<0>],
                             [IntrNoMem]>;
 
-  class SME2_CVT_FtoI_VG2_Intrinsic
+  class SME2_CVT_ItoF_VG2_Intrinsic
----------------
sdesmalen-arm wrote:

nit: while we're changing this, for this one and the others:
```suggestion
  class SME2_CVT_ItoF_X2_Intrinsic
```

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


More information about the cfe-commits mailing list