[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 08:39:09 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrFormats.td:230
+ // Indicates that this instruction has data-independent execution time
+ // property (constant-time) as required in zkt extension.
+ bit IsConstantTime = 0;
----------------
zkt -> Zkt
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