[PATCH] D73636: [AArch64][SVE] SVE2 intrinsics for complex integer arithmetic

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 07:08:54 PST 2020


sdesmalen added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:1116
+                 LLVMMatchType<0>,
+                 llvm_i32_ty],
+                [IntrNoMem]>;
----------------
missing ImmArg


================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:1124
+                 LLVMMatchType<0>,
+                 llvm_i32_ty],
+                [IntrNoMem]>;
----------------
missing ImmArg


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73636





More information about the llvm-commits mailing list