[PATCH] D112987: [RISCV] Bump rvv-related extensions from 0.10 to 1.0

Yueh-Ting Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 10:37:57 PST 2022


eopXD marked an inline comment as done.
eopXD added inline comments.


================
Comment at: clang/test/Preprocessor/riscv-target-features.c:221
 // RUN: -o - | FileCheck --check-prefix=CHECK-V-EXT %s
-// CHECK-V-EXT: __riscv_v 10000
+// CHECK-V-EXT: __riscv_v 1000000
 // CHECK-V-EXT: __riscv_vector 1
----------------
craig.topper wrote:
> Does this line pass even if you don't change it since we don't match to the end of the line? I might suggest we go through this file and put `{{{$}}` on the end of lines, but that can be a separate change. Or we add the `#define` to each line and pass --match-full-lines to FileCheck.
Created D117808


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112987



More information about the llvm-commits mailing list