[PATCH] D117724: [RISCV] Remove Zvlsseg extension.
Zakk Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 19 15:42:01 PST 2022
khchen added inline comments.
================
Comment at: llvm/test/MC/RISCV/rvv/zvlsseg.s:11
# RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+experimental-v \
# RUN: --mattr=+experimental-zvlsseg %s \
# RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN
----------------
I think we need to remove +experimental-zvlsseg?
It seems like giving the wrong mattr would not cause any error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117724/new/
https://reviews.llvm.org/D117724
More information about the cfe-commits
mailing list