[PATCH] D118011: [RISCV][NFC] Add "zbkc" predicate for clmul and clmulh pattern

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 23 18:34:57 PST 2022


kito-cheng added a comment.

Actually this patch is NOT NFC, you fixed an issue that is: `zbkc` isn't include `cmul` and `clmulh`.

So I would suggest you:

1. Remove NFC from the title.
2. Add test case to test `cmul` and `clmulh` is available for `zbkc` after this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118011



More information about the llvm-commits mailing list