[PATCH] D117724: [RISCV] Remove Zvlsseg extension.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 19 15:50:58 PST 2022


craig.topper 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
----------------
khchen wrote:
> I think we need to remove +experimental-zvlsseg? 
> It seems like giving the wrong mattr would not cause any error.
Thanks I guess I should have grepped the test directory.


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