[clang] [llvm] [Clang][LLVM] Implement single-multi vectors MOP4{A/S} (PR #128854)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 07:57:11 PST 2025
================
@@ -3064,6 +3064,76 @@ let TargetPrefix = "aarch64" in {
def int_aarch64_sme_usmopa_wide : SME_OuterProduct_Intrinsic;
def int_aarch64_sme_usmops_wide : SME_OuterProduct_Intrinsic;
+ class SME_OuterProduct_QuaterTile_Single
----------------
jthackray wrote:
nit: I think you mean "QuarterTile"?
https://github.com/llvm/llvm-project/pull/128854
More information about the cfe-commits
mailing list