[llvm] [AArch64] Allow FPRCVT Instructions to Run in Streaming Mode (PR #165432)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 10 01:27:25 PST 2025
================
@@ -0,0 +1,24 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
+// REQUIRES: aarch64-registered-target
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme,+neon,+fprcvt < %s \
+// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING
----------------
CarolineConcatto wrote:
Why are you adding this test file? We already have tests for this. Maybe add this extra line there.
https://github.com/llvm/llvm-project/pull/165432
More information about the llvm-commits
mailing list