[PATCH] D124428: [RISCV] Add RV64Zbs invalid tests

Pretty-box via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 19:29:00 PDT 2022


Pretty-box added inline comments.


================
Comment at: llvm/test/MC/RISCV/rv64zbs-invalid.s:1
+# RUN: not llvm-mc -triple riscv64 -mattr=+zbs < %s 2>&1 | FileCheck %s
+
----------------
craig.topper wrote:
> Can you test with riscv32 as well? The immediate ranges are different.
rv32zbs-invalid.s file already exists, but rv64zbs-invalid.s file is missing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124428



More information about the llvm-commits mailing list