[llvm] [AArch64][SME] Conditionally do smstart/smstop (PR #77113)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 09:00:01 PST 2024


================
@@ -0,0 +1,177 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme -start-after=simplifycfg -enable-tail-merge=false -verify-machineinstrs < %s | FileCheck %s
+
----------------
sdesmalen-arm wrote:

Could you also add a test where with multiple basic blocks?

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


More information about the llvm-commits mailing list