[PATCH] D69788: [ARM MVE] Remove accidental 64-bit vst2/vld2 intrinsics.

Simon Tatham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 01:09:41 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG38f016520f6e: [ARM MVE] Remove accidental 64-bit vst2/vld2 intrinsics. (authored by simon_tatham).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69788

Files:
  clang/include/clang/Basic/arm_mve.td


Index: clang/include/clang/Basic/arm_mve.td
===================================================================
--- clang/include/clang/Basic/arm_mve.td
+++ clang/include/clang/Basic/arm_mve.td
@@ -18,7 +18,7 @@
 
 include "arm_mve_defs.td"
 
-let params = T.All in
+let params = T.Usual in
 foreach n = [ 2, 4 ] in {
   def "vst"#n#"q": Intrinsic<Void, (args Ptr<Scalar>, MultiVector<n>),
                              (CustomCodegen<"VST24"> n:$NumVectors,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69788.228015.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191106/2335ca30/attachment.bin>


More information about the cfe-commits mailing list