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

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 06:51:57 PST 2021


frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.

LGTM



================
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
----------------
craig.topper wrote:
> frasercrmck wrote:
> > Do we have tests that you can't use RV64 insts on RV32, e.g. `xperm.w`?
> Tests added for all B extension instructions in D95150
Nice, cheers.


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