[PATCH] D139386: [RISCV] Implement assembler support for XTHeadVdot

Jiejie Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 00:06:57 PST 2022


JojoR added inline comments.


================
Comment at: llvm/test/MC/RISCV/XTHeadVdot-valid.s:1
+# RUN: llvm-mc -triple=riscv64 -show-encoding --mattr=+xtheadvdot %s \
+# RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
----------------
pcwang-thead wrote:
> Change the file name to lower case?
We would like this could be align with other vendors like Ventana,
you can see "XVentanaCondOps-valid.s"


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139386/new/

https://reviews.llvm.org/D139386



More information about the llvm-commits mailing list