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

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 03:59:12 PST 2024


================
@@ -0,0 +1,66 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme2 -verify-machineinstrs < %s | FileCheck %s
----------------
sdesmalen-arm wrote:

I think we should have a way to disable this behaviour, in case there are any issues with this approach. Can you add an option for this, and change this test to have two RUN lines (one with it enabled, one with it disabled)?

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


More information about the llvm-commits mailing list