[PATCH] D76998: [ARM] add ARMv8.6-A Activity monitors virtualization extension
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 02:10:29 PDT 2020
ostannard added inline comments.
================
Comment at: llvm/test/MC/AArch64/armv8.6a-amvs.s:66
+
+// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+amvs -o - %s | FileCheck %s
+// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+v8.6a -o - %s | FileCheck %s
----------------
Run lines should all be grouped at the top of the file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76998/new/
https://reviews.llvm.org/D76998
More information about the llvm-commits
mailing list