[clang] [llvm] [AArch64][SME] Fix multi vector cvt builtins (PR #77656)
Matthew Devereau via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 02:44:30 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
----------------
MDevereau wrote:
Done
https://github.com/llvm/llvm-project/pull/77656
More information about the cfe-commits
mailing list