[PATCH] D133373: [docs][RISCV] Document status of scalar crypto extensions

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 13:34:56 PDT 2022


reames added inline comments.


================
Comment at: llvm/docs/RISCVUsage.rst:96
+``Zbkb``, ``Zbkx``
+  Pattern matching support for these instructions is incomplete.
+
----------------
craig.topper wrote:
> Can you file an issue for what is missing?
This wasn't a deep dive.

For Zbkb, I had observed we could use PACK variants for building constants or build_vectors of small vector types.  Not clear how much we can/should push here.  

For Zbkx, we appear to have no pattern matching beyond intrinsics.  


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133373



More information about the llvm-commits mailing list