[PATCH] D71457: [AArch64][SVE] Implement ptrue intrinsic

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 03:50:28 PST 2019


sdesmalen added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:914
+    : Intrinsic<[llvm_anyvector_ty],
+                [llvm_i32_ty],
+                [IntrNoMem]>;
----------------
I'm going to anticipate @efriedma's suggestion to use `ImmArg` here :)

That will require changing `sve_pred_enum` to be a `TImmLeaf` instead of `ImmLeaf` though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71457





More information about the llvm-commits mailing list