[PATCH] D125363: [RISCV] Add an RV64 RUN line to rv32zfhmin-invalid.s

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 19:21:11 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG62cb208375ea: [RISCV][NFC] Add an RV64 RUN line to rv32zfhmin-invalid.s (authored by Pretty-box, committed by benshi001).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125363

Files:
  llvm/test/MC/RISCV/rv32zfhmin-invalid.s


Index: llvm/test/MC/RISCV/rv32zfhmin-invalid.s
===================================================================
--- llvm/test/MC/RISCV/rv32zfhmin-invalid.s
+++ llvm/test/MC/RISCV/rv32zfhmin-invalid.s
@@ -1,5 +1,7 @@
 # RUN: not llvm-mc -triple riscv32 -mattr=+zfhmin < %s 2>&1 | \
 # RUN:   FileCheck %s
+# RUN: not llvm-mc -triple riscv64 -mattr=+zfhmin < %s 2>&1 | \
+# RUN:   FileCheck %s
 
 # Out of range immediates
 ## simm12


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125363.429117.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220513/abb4fb76/attachment.bin>


More information about the llvm-commits mailing list