[PATCH] D103790: [RISCV][NFC] Add a single space after comma for VType

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 01:57:47 PDT 2021


Jim added a reviewer: craig.topper.
Jim added a comment.

In D103790#2801845 <https://reviews.llvm.org/D103790#2801845>, @craig.topper wrote:

> The examples in the V spec show no spaces. Are you going to update that too? What about binutils?

I refer to https://github.com/riscv/riscv-binutils-gdb/blob/c5ef83e53e2528c0737bb0f40e6b77dc8b82eac8/gas/testsuite/gas/riscv/vector-insns.s
It looks that binutils can accept two formats with or without spaces.

I pull a request to update riscv-v-spec.
https://github.com/riscv/riscv-v-spec/pull/693


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103790



More information about the llvm-commits mailing list