[llvm] [AArch64] Lower FPR register moves to zero cycle NEON (PR #153158)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 26 09:51:47 PDT 2025
================
@@ -1,33 +1,84 @@
-; RUN: llc < %s -mtriple=arm64-linux-gnu | FileCheck %s -check-prefixes=NOTCPU-LINUX --match-full-lines
-; RUN: llc < %s -mtriple=arm64-apple-macosx -mcpu=generic | FileCheck %s -check-prefixes=NOTCPU-APPLE --match-full-lines
-; RUN: llc < %s -mtriple=arm64-apple-macosx -mattr=+zcm-fpr64 | FileCheck %s -check-prefixes=ATTR --match-full-lines
+; RUN: llc < %s -mtriple=arm64-linux-gnu | FileCheck %s -check-prefixes=NOZCM-FPR128-CPU --match-full-lines
----------------
jroelofs wrote:
It would probably help to make this an update_llc_test_checks.py test
https://github.com/llvm/llvm-project/pull/153158
More information about the llvm-commits
mailing list