[PATCH] D124179: [RISCV][NFC] Remove unused text in the test.

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 10:52:56 PDT 2022


asb added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-mask-buildvec.ll:11
 ; Test with ELEN limited
-; RUN: llc -mtriple=riscv32 -mattr=+f,+zve32f -riscv-v-vector-bits-min=128 -verify-machineinstrs < %s | FileCheck %s --check-prefixes=RV32-ELEN,RV32-ELEN32
-; RUN: llc -mtriple=riscv64 -mattr=+f,+zve32f -riscv-v-vector-bits-min=128 -verify-machineinstrs < %s | FileCheck %s --check-prefixes=RV64-ELEN,RV64-ELEN32
----------------
frasercrmck wrote:
> I think I prefer `RV32-ELEN32` to `RV32-ELEN` since it's more descriptive, but `RV32-ZVE32F` is better still. We have similar check prefixes in other tests.
+1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124179



More information about the llvm-commits mailing list