[PATCH] D131141: [RISCV] Add MC support of RISCV Zcb Extension

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 23:49:47 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/test/MC/RISCV/rv32zcb-Invalid.s:1
+# RUN: not llvm-mc -triple=riscv32 -mattr=experimental-zcb -riscv-no-aliases -show-encoding < %s 2>&1 \
+# RUN:     | FileCheck -check-prefixes=CHECK-ERROR %s
----------------
`< %s` => `%s`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131141



More information about the llvm-commits mailing list