[llvm] [AArch64][SME] Allow memory operations lowering to custom SME functions. (PR #79263)

Dinar Temirbulatov via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 08:47:26 PST 2024


================
@@ -15,6 +15,12 @@ using namespace llvm;
 
 #define DEBUG_TYPE "aarch64-selectiondag-info"
 
+static cl::opt<bool>
+    EnableSMEMops("aarch64-enable-sme-mops", cl::Hidden,
----------------
dtemirbulatov wrote:

Done.

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


More information about the llvm-commits mailing list