[llvm] [AArch64] Allow FPRCVT Instructions to Run in Streaming Mode (PR #165432)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 05:53:21 PDT 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
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme,+neon,+fprcvt < %s \
+// RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \
+// RUN: | llvm-mc -triple=aarch64 -mattr=+sme,+neon,+fprcvt -disassemble -show-encoding \
+// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING
+
+scvtf d0, x0
----------------
Lukacma wrote:
You are not testing new FPRCVT instructions here, but old GPR ones ? New ones are present in /home/marluk01/review/llvm/test/MC/AArch64/armv9.6a-cvtf.s
https://github.com/llvm/llvm-project/pull/165432
More information about the llvm-commits
mailing list