[PATCH] D136427: [AArch64][SVE2] Add the SVE2.1 fdot instructions
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 01:14:09 PDT 2022
david-arm added inline comments.
================
Comment at: llvm/test/MC/AArch64/SME2/fdot_sme2_or_sve2p1-diagnostics.s:1
+// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 2>&1 < %s | FileCheck %s
+
----------------
I just realised these tests should probably be moved to SVE2. I'll do that in an update!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136427/new/
https://reviews.llvm.org/D136427
More information about the llvm-commits
mailing list