[PATCH] D94999: [RISCV] Add xperm.* instructions to Zbp extension.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 04:10:55 PST 2021


frasercrmck added inline comments.


================
Comment at: llvm/test/MC/RISCV/rv32zbp-invalid.s:50
+# Too few operands
+xperm.h t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
----------------
Do we have tests that you can't use RV64 insts on RV32, e.g. `xperm.w`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94999



More information about the llvm-commits mailing list