[PATCH] D155690: [RISCV] Mask instructions in Zkt as constant-time

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 11:34:52 PDT 2023


craig.topper added a comment.

Should we include c.mul, c.not, and c.zext.b from Zcb? Those map to mul, xor, and andi.

I filed an issue about whether Zba, Zbb, and Zbs should be part of Zkt. https://github.com/riscv/riscv-crypto/issues/348


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155690



More information about the llvm-commits mailing list