[PATCH] D77097: [ARM] Add data gathering hint instruction
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 09:22:25 PDT 2020
SjoerdMeijer added inline comments.
================
Comment at: llvm/test/MC/AArch64/armv8.6a-dgh.s:1
+// RUN: llvm-mc -triple aarch64 -show-encoding < %s | FileCheck %s
+
----------------
If this is optional in v8.0, I guess this does not necessarily need to be in a file called armv8.6.a-dgh.s. Can you just stick in a the file with the other hint instructions? Saves us a whole 1-line test file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77097/new/
https://reviews.llvm.org/D77097
More information about the llvm-commits
mailing list