[llvm] [AArch64][SME] Enable subreg liveness tracking when SME is available (PR #92142)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 14:41:36 PDT 2024
================
@@ -1,15 +1,14 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme2,+sme-i16i64 -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs < %s | FileCheck %s
+target triple="aarch64-linux-gnu"
----------------
davemgreen wrote:
It is better to keep the triples and attributes as part of the run line, as it makes adding multiple run lines much cleaner.
https://github.com/llvm/llvm-project/pull/92142
More information about the llvm-commits
mailing list