[PATCH] D138809: [RISCV] Support vector crypto extension LLVM IR

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 09:51:50 PST 2023


craig.topper added inline comments.
Herald added a subscriber: luke.


================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:336
+  class RISCVUnaryAAUnMaskedP
+        : Intrinsic<[llvm_anyvector_ty],
+                    [LLVMMatchType<0>, LLVMMatchType<0>, llvm_anyint_ty,
----------------
DefaultAttrsIntrinsic


================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:448
+  class RISCVBinaryAAXUnMaskedP
+        : Intrinsic<[llvm_anyvector_ty],
+                    [LLVMMatchType<0>, LLVMMatchType<0>, llvm_any_ty,
----------------
DefaultAttrsIntrinsic


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138809



More information about the llvm-commits mailing list