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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 19:22:32 PDT 2022


craig.topper 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
+
----------------
Can you test with riscv32 as well? The immediate ranges are different.


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