[PATCH] D102310: [RISCV][CodeGen] Implement IR Intrinsic support for K extension
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 22:22:50 PDT 2021
Jim added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:1254
+
+class ScalarCryptoByteSelect32 : Intrinsic<[llvm_i32_ty],
+ [llvm_i32_ty,
----------------
one space before ":"
And the same case in the following.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102310/new/
https://reviews.llvm.org/D102310
More information about the llvm-commits
mailing list